arduino_projects/libs
Txus Ordorika c7a9907ce8 add libs for using with Debian GNU/Linux
- Driver for kernel 4.15
 - Library for using real time clock DS3231
2019-02-14 15:39:58 +01:00
..
CH341SER.zip add libs for using with Debian GNU/Linux 2019-02-14 15:39:58 +01:00
DS3231.zip add libs for using with Debian GNU/Linux 2019-02-14 15:39:58 +01:00
README.txt add libs for using with Debian GNU/Linux 2019-02-14 15:39:58 +01:00

README.txt

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