Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Wiki
SensorManager
Changes
Page history
New page
Templates
Clone repository
Update SensorManager
authored
3 years ago
by
Luca Conterio
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SensorManager.md
+1
-0
1 addition, 0 deletions
SensorManager.md
with
1 addition
and
0 deletions
SensorManager.md
View page @
96bf2e27
...
@@ -12,6 +12,7 @@ It contains:
...
@@ -12,6 +12,7 @@ It contains:
*
A callback function to be called after the sensor is sampled.
*
A callback function to be called after the sensor is sampled.
*
A boolean value indicating whether the sensor uses DMA or not.
*
A boolean value indicating whether the sensor uses DMA or not.
*
A boolean value indicating whether the sensor is enabled or not (i.e. the sensor has to be sampled or not).
*
A boolean value indicating whether the sensor is enabled or not (i.e. the sensor has to be sampled or not).
*
A boolean value indicating whether the sensor has been correctly initialized or not.
### Sensor Sampler
### Sensor Sampler
...
...
This diff is collapsed.
Click to expand it.