Skip to content
Snippets Groups Projects
Commit a5e495df authored by tibut's avatar tibut
Browse files

making x,y,z values from acceloremter public

parent a44a3bad
No related branches found
No related tags found
No related merge requests found
Pipeline #3328 failed
...@@ -134,9 +134,9 @@ impl<'a, S: SensorType> Iterator for SensorDataIter<'a, S> { ...@@ -134,9 +134,9 @@ impl<'a, S: SensorType> Iterator for SensorDataIter<'a, S> {
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
pub struct SensorDataItem { pub struct SensorDataItem {
x: f32, pub x: f32,
y: f32, pub y: f32,
z: f32, pub z: f32,
status: u8, status: u8,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment