Making Tunes to play with a piezo on an arduino board because... I don't know why.
To use with Johnny Five:
- Open up your 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.
- Install Node.js if you haven’t already
- run
npm install
in the folder where you cloned this repo - run
node songname.js
to play the j5 song
To use with Ardruino:
- Open your Arduino IDE
- File > Open & select the .ino file of the song you want to play
- Click the "Upload" button