Skip to content
André Dumas edited this page Dec 5, 2012 · 2 revisions
  1. Installation is just like any other Arduino library install. Locate the directory where your sketches are stored (refferred to as the sketchbook), copy all folders from the gb-arduino-libs/src folder to your sketchbook libraries folder so that the structure under the libraries folder is such:
libraries
    |- GB4DGraphics
    |- GB4DLcdDriver
    |- GBDiagnose
    |- GBEthernet
    |- GBIMAC
    |- GBStatus
    |- GBTransport
    |- GBUtils

If you're not too sure where to find your sketchbook folder, you can view or change the location by the Arduino IDE Preferences dialog. Generally the sketchbook location can be one of three places depending on your Opertating System: * Linux: $HOME/sketchbook * Windows: My Documents\Arduino * Mac: $HOME/Documents/Arduino

  1. Restart the Arduino IDE.
  2. Open and play with the GB* Examples from the File->Examples menu.
Clone this wiki locally