| ... | ... | @@ -28,6 +28,7 @@ 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.
|
|
|
|
More details about sensors can be found here: [Sensor](Sensor).
|
|
|
|
|
|
|
|
#### main.cpp
|
|
|
|
```cpp
|
| ... | ... | |