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
m
rust-card10
Commits
a5e495df
Commit
a5e495df
authored
Aug 24, 2019
by
tibut
Browse files
making x,y,z values from acceloremter public
parent
a44a3bad
Pipeline
#3328
failed with stage
in 4 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
l0dable/src/bhi160.rs
View file @
a5e495df
...
...
@@ -134,9 +134,9 @@ impl<'a, S: SensorType> Iterator for SensorDataIter<'a, S> {
#[derive(Debug,
Clone)]
pub
struct
SensorDataItem
{
x
:
f32
,
y
:
f32
,
z
:
f32
,
pub
x
:
f32
,
pub
y
:
f32
,
pub
z
:
f32
,
status
:
u8
,
}
...
...
Write
Preview
Markdown
is supported
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