2.0.2
Quirkbot Arduino Library
Official Quirkbot Arduino Library to use in the Arduino IDE.
The library is designed to be used with the official Quirkbot Arduino Hardware.
Installation
ATTENTION: Quirkbot only supports Arduino 1.6.6 and above.
Automatic Installation (recommended)
This is recommenced method, as you will be able to update the library directly from Arduino.
- Open Arduino `Skecth > Include Library > Manage libraries...``
- Wait for the libraries index to be downloaded.
- Type
Quirkboton the search. - Click on the
Quirkbotlibrary and press the install button.
Manual Installation 1
- Download
Quirkbot.zipvia the download link bellow. - Open Arduino and click on
Sketch > Include Library > Add .ZIP Library... - Select the
Quirkbot.zipfile you've just downloaded. - Restart Arduino.
Manual Installation 2
- Download
Quirkbot.zipvia the download link bellow. - Open your Sketchbook folder, it will usually be in one of these locations:
- Mac:
~/Documents/Arduino - Windows:
My Documents\Arduino - Linux:
home/[username]/sketchbook
- Mac:
- Create a directory called
libraries, if it doesn't already exists. - Unzip
Quirkbot.zipinto the library directory. - In the end you should have a structure that looks like this:
\---[sketchbook directory]
\---libraries
\---Quirkbot
- Restart Arduino.