Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Astro
rust-card10
Commits
a99cbf83
Commit
a99cbf83
authored
Aug 28, 2019
by
Puzzlewolf
Committed by
Astro
Aug 28, 2019
Browse files
Make fields in SensorDataItem public
parent
6b7a072a
Changes
1
Hide whitespace changes
Inline
Side-by-side
l0dable/src/bhi160.rs
View file @
a99cbf83
...
...
@@ -160,10 +160,10 @@ impl<'a, S: SensorType> Iterator for SensorDataIter<'a, S> {
#[derive(Debug,
Clone)]
pub
struct
SensorDataItem
{
x
:
f32
,
y
:
f32
,
z
:
f32
,
status
:
u8
,
pub
x
:
f32
,
pub
y
:
f32
,
pub
z
:
f32
,
pub
status
:
u8
,
}
#[repr(C)]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment