arduino-coffeescript-playground

All the demos write with CoffeeScript

DEMO LIST

  • multiple LEDs

How to run the code

  • Download Arduino IDE
    • Plug in your Arduino or Arduino compatible microcontroller via USB
    • Open the Arduino IDE, select: File > Examples > Firmata > StandardFirmata
    • Click the "Upload" button.
    • If the upload was successful, the board is now prepared and you can close the Arduino IDE.

NOTICE: The above words copied from https://github.com/rwaldron/johnny-five/wiki/Getting-Started

  • run commands:
  npm install -g node-gyp
  npm install -g johnny-five
  npm install -g coffee-script

  • compile the Coffeescript
  coffee --compile **/*.coffee
  • run the demos, just as usual node **.js, every demo also has a image attached
S
Description
No description provided
Readme
1.8 MiB
Languages
CoffeeScript 100%