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
SPIDriver
Changes
Page history
New page
Templates
Clone repository
Update SPIDriver with Sensor page
authored
4 years ago
by
Luca Conterio
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPIDriver.md
+2
-1
2 additions, 1 deletion
SPIDriver.md
with
2 additions
and
1 deletion
SPIDriver.md
View page @
6f04043b
...
...
@@ -27,7 +27,8 @@ Aggregates all the objects needed by a driver to access a bus.
## Examples
### Simple SPI sensor
In this example, SPIDriver in a sensor driver to configure and sample it.
In this example, SPIDriver in a sensor driver to configure and sample it.
More details about sensors can be found here:
[
Sensor
](
Sensor
)
.
#### main.cpp
```
cpp
...
...
This diff is collapsed.
Click to expand it.