2013-12-30 23:22:16 +08:00
2013-12-27 22:02:24 +08:00
2013-12-30 23:20:36 +08:00
2013-12-24 23:06:26 +08:00
2013-12-27 22:02:24 +08:00
2013-12-30 23:22:16 +08:00

arduino-coffeescript-playground

All the demos write with CoffeeScript

DEMO LIST

  • Multiple LEDs
  • Temperature sensor(LM 35)
  • LCD
    • Simple LCD with displaying some words
    • LCD time counter

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, some of the demo also has a image attached
S
Description
No description provided
Readme
1.8 MiB
Languages
CoffeeScript 100%