Added instructions for configuring project hardware.

This commit is contained in:
jakeg00dwin 2024-09-26 16:59:43 -07:00
parent 24cfd27402
commit e83ae45db3
1 changed files with 7 additions and 0 deletions

View File

@ -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