arduino test codes
- Download Arduino IDE from here.
- Maufacture a circuit.
- Connect the Arduino board to your computer using the USB cable.
- Launch IDE
- [menu bar] Tools > Serial Port > /dev/tty.usbmodemNNN
- [menu bar] File > Examples > Firmata > StandardFirmata
- [sketch window] Upload the StandardFirmata program by clicking ➡️ icon
- Launch terminal and have a fun :)
git clone https://github.com/iwanaga/arduino-test.git
cd arduino-test.git
npm install
node 01_strobe_led.js
# and so on...