Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 428 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 428 Bytes

Arduino: Spaceship Interface (project 2)

photo

Program for Arduino Uno R3. From Arduino Projects Book.

On Mac

Build with

./build.sh

To test if Arduino is connected:

avrdude -p atmega328p -c arduino -P /dev/tty.usbmodem1101 -b 115200

Flash to Arduino with

avrdude -p atmega328p -c arduino -P /dev/tty.usbmodem1101 -b 115200 -U flash:w:build/main.hex