Skip to content
Mikael Kindborg edited this page Jan 3, 2014 · 3 revisions

Examples are in the folder 'examples'.

Naming convention is lower-case folder names for examples, using hyphens to separate words. Examples are named so that related examples line up alphabetically, for instance:

arduino-ble
arduino-led-blink-wifi
arduino-led-onoff-wifi

The Arduino examples have two subfolders, one for the mobile app (named 'app') and one for the Arduino board. This is because the Arduino IDE requires the Arduino source file to be in a folder with the same name as the file. Here is an example:

arduino-led-onoff-wifi
    app
        libs
        arduino.js
        index.html
    arduinowifi
        arduinowifi.ino
Clone this wiki locally