Skip to content
GitLab
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
9b830ce7
Commit
9b830ce7
authored
Aug 28, 2019
by
Astro
⚙
Browse files
Merge branch 'fix-SensorDataItem' into 'master'
Make fields in SensorDataItem public See merge request
!15
parents
6b7a072a
a99cbf83
Pipeline
#3639
failed with stage
in 14 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
l0dable/src/bhi160.rs
View file @
9b830ce7
...
...
@@ -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
.
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