Test LED blinking example in C for Arduino Uno. Found in Programming Arduino Uno in pure C.
Steps:
-
Ensure that
avr-gcc
,avr-objcopy
,avr-size
, andavrdude
are in the PATH. -
./compile.sh main.c
-
./transfer.sh main.c.hex
Test LED blinking example in C for Arduino Uno. Found in Programming Arduino Uno in pure C.
Steps:
Ensure that avr-gcc
, avr-objcopy
, avr-size
, and avrdude
are in the PATH.
./compile.sh main.c
./transfer.sh main.c.hex