Basic import

This commit is contained in:
Nero 2018-01-28 19:40:35 +00:00 committed by Nero
commit 1a77421caf
3 changed files with 67 additions and 0 deletions

7
boards/nano.mk Normal file
View 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