From e54494df608c189d0099f0843891c390135ac462 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 10 Sep 2020 19:37:04 -0400 Subject: [PATCH] Update external library names to match arduino ide library manager names --- hardware/_controller/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hardware/_controller/README.md b/hardware/_controller/README.md index dd0c609..8a5a557 100644 --- a/hardware/_controller/README.md +++ b/hardware/_controller/README.md @@ -22,9 +22,8 @@ These librarires are used by the project and contained in the ```src/``` folder 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) +- [bbq10keyboard](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