Merge hq-relaycard-firmware

This deprecates it as separate repository.
This commit is contained in:
Nero 2018-01-28 20:43:49 +00:00 committed by Nero
commit 294553ee84
2 changed files with 134 additions and 0 deletions

7
boards/relaycard.mk Normal file
View file

@ -0,0 +1,7 @@
include boards/nano.mk
CPPFLAGS += -DBAUDRATE=$(AVRDUDE_BAUD)
ifndef PROG
PROG = uart-relaycard
endif