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
Temperature Sensor
Changes
Page history
New page
Templates
Clone repository
Update Temperature Sensor
authored
3 years ago
by
Luca Conterio
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Temperature-Sensor.md
+1
-1
1 addition, 1 deletion
Temperature-Sensor.md
with
1 addition
and
1 deletion
Temperature-Sensor.md
View page @
db2c343d
It's time to try out the SPI driver that we wrote in the previous tutorial.
This example uses the _LIS3DSH_ accelerometer and temperature sensor that present on the STM32F407VG discovery board.
This example uses the _LIS3DSH_ accelerometer and temperature sensor that
is
present on the STM32F407VG discovery board.
You can find an implementation for the accelerometer and the temperature sensor in
`src/shared/sensors/LIS3DSH/LIS3DSH.h`
.
Here we will only consider reading the temperature data.
...
...
This diff is collapsed.
Click to expand it.