Basic import
This commit is contained in:
commit
1a77421caf
3 changed files with 67 additions and 0 deletions
7
boards/nano.mk
Normal file
7
boards/nano.mk
Normal file
|
@ -0,0 +1,7 @@
|
|||
MCU_TARGET = atmega328p
|
||||
MCU_FREQ = 16000000UL
|
||||
CPPFLAGS += -DLED_PORT=PORTB -DLED_PIN=5
|
||||
|
||||
AVRDUDE_TYPE = arduino
|
||||
AVRDUDE_TTY = /dev/ttyUSB0
|
||||
AVRDUDE_BAUD = 57600
|
Loading…
Add table
Add a link
Reference in a new issue