https://github.com/wahyd4/arduino-coffeescript-playground
https://github.com/wahyd4/arduino-coffeescript-playground
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wahyd4/arduino-coffeescript-playground
- Owner: wahyd4
- Created: 2013-12-24T14:44:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T15:22:33.000Z (almost 12 years ago)
- Last Synced: 2025-02-12T09:29:33.795Z (8 months ago)
- Language: CoffeeScript
- Size: 1.89 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://arduino.cc/en/main/software)
- 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
- run commands:
```bash
npm install -g node-gyp
npm install -g johnny-five
npm install -g coffee-script```
- compile the Coffeescript```bash
coffee --compile **/*.coffee
```
- run the demos, just as usual node **.js, some of the demo also has a image attached