News

Installing the library is as easy as checking out the code from GitHub into your Arduino install, so that’s exactly what I did. I then spent a couple days playing around with it.
If you want to dig around more into the internals of the Arduino core library, search for “Arduino.h” on your local install, or hit up the core library on Github. The Arduino Compile Phase ...