mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-14 00:45:07 +01:00
Move needed libraries into Releases
This commit is contained in:
parent
93c6c25c89
commit
faccad90c3
@ -54,3 +54,11 @@ For development purposes you can route all the text output to the Arduino's Seri
|
|||||||
```
|
```
|
||||||
|
|
||||||
To compile and upload the code please have a look at [this wiki article](https://github.com/sanni/cartreader/wiki/How-to-flash-the-Arduino).
|
To compile and upload the code please have a look at [this wiki article](https://github.com/sanni/cartreader/wiki/How-to-flash-the-Arduino).
|
||||||
|
|
||||||
|
Needed libraries(already included in the portable Arduino IDE under Releases)
|
||||||
|
|
||||||
|
SD lib: https://github.com/greiman/SdFat
|
||||||
|
LCD lib: https://github.com/adafruit/Adafruit_SSD1306
|
||||||
|
GFX Lib: https://github.com/adafruit/Adafruit-GFX-Library
|
||||||
|
RGB Tools lib: https://github.com/joushx/Arduino-RGB-Tools
|
||||||
|
SI5351 lib: https://github.com/etherkit/Si5351Arduino
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
|||||||
Unzip and copy those into your Arduino library folder e.g. C:\Users\sanni\Documents\Arduino\libraries
|
|
||||||
|
|
||||||
You can also get the latest versions from their respective github:
|
|
||||||
SD lib: https://github.com/greiman/SdFat
|
|
||||||
LCD lib: https://github.com/adafruit/Adafruit_SSD1306
|
|
||||||
GFX Lib: https://github.com/adafruit/Adafruit-GFX-Library
|
|
||||||
RGB Tools lib: https://github.com/joushx/Arduino-RGB-Tools
|
|
||||||
SI5351 lib: https://github.com/etherkit/Si5351Arduino
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user