generated from TDD-Templates/cmake_cpputest_template
Added instructions for configuring project hardware.
This commit is contained in:
parent
24cfd27402
commit
e83ae45db3
|
@ -11,6 +11,13 @@
|
|||
- [BN-220 GPS ](https://www.amazon.com/Navigation-Raspberry-Betaflight-Geekstory-Shipping/dp/B07PRDY6DS?th=1)
|
||||
- [LSM303AGR Accelerometer + Compass](https://learn.adafruit.com/lsm303-accelerometer-slash-compass-breakout/overview)
|
||||
|
||||
## Configuration
|
||||
|
||||
The project can be configured to use a variety of hardware or differnt
|
||||
development boards based on the selected hardware.
|
||||
|
||||
You can add or change this inside the `inc/board_config.h` file.
|
||||
|
||||
## Building
|
||||
|
||||
### Main Project
|
||||
|
|
Loading…
Reference in New Issue