Skip to content

2.8.1

Compare
Choose a tag to compare
@paulobarcelos paulobarcelos released this 05 Oct 18:15
· 17 commits to master since this release

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 supports only the latest version of Arduino (1.8.5 at the time of this writing).

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 Quirkbot on the search.
  • Click on the Quirkbot library and press the install button.

Manual Installation 1

  • Download quirkbot-arduino-library-2.8.1.zip via the download link bellow.
  • Open Arduino and click on Sketch > Include Library > Add .ZIP Library...
  • Select the quirkbot-arduino-library-2.8.1.zip file you've just downloaded.
  • Restart Arduino.

Manual Installation 2

  • Download quirkbot-arduino-library-2.8.1.zip via 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
  • Create a directory called libraries, if it doesn't already exists.
  • Unzip quirkbot-arduino-library-2.8.1.zipinto the library directory.
  • In the end you should have a structure that looks like this:
\---[sketchbook directory]
    \---libraries
        \---quirkbot-arduino-library-2.8.1
  • Restart Arduino.