TARGET := main
SOURCES := main.cpp
# BOARD := micro
# BOARD := uno
BOARD := nano
include arduino.mk
