Update readme with libraries used by this build
This commit is contained in:
parent
b0aaece493
commit
9e784ecf17
|
@ -9,6 +9,24 @@ A debug console and configuration shield for serial TTL muxers. See the ```muxer
|
|||
| [Keyboard FeatherWing (Keyboard + LCD)](https://www.tindie.com/products/arturo182/keyboard-featherwing-qwerty-keyboard-26-lcd/) | 1 | $55.00 |
|
||||
| [Feather nRF52840 Express](https://www.adafruit.com/product/4062) | 1 | $24.95 |
|
||||
|
||||
## Libraries Used
|
||||
|
||||
### Local
|
||||
|
||||
These librarires are used by the project and contained in the ```src/``` folder local to the project.
|
||||
|
||||
- [GUIslice](https://github.com/ImpulseAdventure/GUIslice)
|
||||
|
||||
### External
|
||||
|
||||
These libraries are used by the project and can be installed via the Arduino IDE library manager.
|
||||
|
||||
- [CircularBuffer](https://github.com/rlogiacco/CircularBuffer)
|
||||
- [arduino_bbq10kbd](https://github.com/arturo182/arduino_bbq10kbd)
|
||||
- [Adafruit_ILI9341](https://github.com/adafruit/Adafruit_ILI9341)
|
||||
- [Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library)
|
||||
- [Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel)
|
||||
|
||||
## Hardware Docs
|
||||
|
||||
- [https://www.solder.party/docs/keyboard-featherwing/downloads/](https://www.solder.party/docs/keyboard-featherwing/downloads/)
|
||||
|
|
Reference in a new issue