Makefile stuff

This commit is contained in:
Wolfgang Hottgenroth
2014-02-01 20:57:14 +01:00
parent 3a9da58d91
commit eb54250eda
3 changed files with 536 additions and 1 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
BOARD := micro
LIBRARIES :=
SERIALDEV := /dev/tty.usbmodemfd111
SOURCES := cmd.cpp fatal.cpp meterBusMaster.cpp MeterBusPowerMaster.cpp overCurrentProt.cpp test.cpp uptime.cpp
include arduino.mk