generated from TDD-Templates/cmake_cpputest_template
Added note on device use
Added note on the voltage levels for the display.
This commit is contained in:
parent
7386e12fb8
commit
bf87fc9cb4
|
@ -11,6 +11,11 @@
|
||||||
- [BN-220 GPS ](https://www.amazon.com/Navigation-Raspberry-Betaflight-Geekstory-Shipping/dp/B07PRDY6DS?th=1)
|
- [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)
|
- [LSM303AGR Accelerometer + Compass](https://learn.adafruit.com/lsm303-accelerometer-slash-compass-breakout/overview)
|
||||||
|
|
||||||
|
**NOTE:**
|
||||||
|
|
||||||
|
The logic level and voltage supply for the LCD display need to be the same.
|
||||||
|
It's listed as needing to be 3.3v in the documentation.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The project can be configured to use a variety of hardware or differnt
|
The project can be configured to use a variety of hardware or differnt
|
||||||
|
@ -91,6 +96,7 @@ tree -L 1
|
||||||
|
|
||||||
6 directories, 7 files
|
6 directories, 7 files
|
||||||
```
|
```
|
||||||
|
|
||||||
## Project Dependencies
|
## Project Dependencies
|
||||||
|
|
||||||
- RadioHead RFM9x Library
|
- RadioHead RFM9x Library
|
||||||
|
|
Loading…
Reference in New Issue