add libs for using with Debian GNU/Linux

- Driver for kernel 4.15
 - Library for using real time clock DS3231
This commit is contained in:
Txus Ordorika 2019-02-14 15:39:52 +01:00
parent f402d7d20a
commit c7a9907ce8
3 changed files with 9 additions and 0 deletions

BIN
libs/CH341SER.zip Normal file

Binary file not shown.

BIN
libs/DS3231.zip Normal file

Binary file not shown.

9
libs/README.txt Normal file
View File

@ -0,0 +1,9 @@
This folder includes 3rd party libraries, with their licenses et al, to be able to use in my projects.
- CH341SER.zip
- stands for the linux driver needed for the arduino board I'm using.
- don't forget to compile and load for the required distro. Currently using kernel 4.15 of debian
- DS3231.zip
- stands for the library needed for the real time clock.
- don't forget to unzip inside libraries folder of the arduino IDE installation