Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 321 Bytes

Test LED blinking example in C for Arduino Uno. Found in Programming Arduino Uno in pure C.

Steps:

  1. Ensure that avr-gcc, avr-objcopy, avr-size, and avrdude are in the PATH.

  2. ./compile.sh main.c

  3. ./transfer.sh main.c.hex