Skip to content

wahyd4/arduino-coffeescript-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published