From 9e784ecf1784ca0142da84c9746d798ab5292986 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 10 Sep 2020 18:51:29 -0400 Subject: [PATCH] Update readme with libraries used by this build --- hardware/_controller/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hardware/_controller/README.md b/hardware/_controller/README.md index cf880f5..dd0c609 100644 --- a/hardware/_controller/README.md +++ b/hardware/_controller/README.md @@ -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/)