From e83ae45db3badc8449953c9e29ae93f2bfba0f83 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 26 Sep 2024 16:59:43 -0700 Subject: [PATCH] Added instructions for configuring project hardware. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 533780e..d8fb2cf 100644 --- a/README.md +++ b/README.md @@ -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