|
|
|
@ -52,6 +52,11 @@ Go to library manager in your Arduino IDE and search for 'TerSer'.
|
|
|
|
|
Use the following syntax to include:
|
|
|
|
|
`#include <TerSer.h>`
|
|
|
|
|
|
|
|
|
|
#### Install in Arduino IDE via 'ADD .ZIP Library'
|
|
|
|
|
Download a zip file of the git repo, i.e. from https://git.boxtec.ch/didel/TerSer/archive/master.zip
|
|
|
|
|
Open Arduino IDE (>=1.6) and navigate to *Sketch | Include Library | Add .ZIP Library* and select the just downloaded zip file.
|
|
|
|
|
You should now find the Library under *Sketch | Include Library* ready to select.
|
|
|
|
|
|
|
|
|
|
#### Install manually, portable with sketch
|
|
|
|
|
Alternatively just download the TerSer.h into your sketch folder and include it directly from your sketch folder with:
|
|
|
|
|
`#include "TerSer.h"`
|
|
|
|
|