53
53
# You will also need to set BOARD to the type of arduino you're using. This
54
54
# can be done when running make (or you could set a default in ~/.profile and
60
60
# You may also need to set SERIALDEV if it is not detected correctly.
66
66
# that have been #included.
68
68
# Alternatively, if you want to manually specify build variables, create a
70
70
# (There is no need to define TARGET). Here is an example Makefile:
72
72
# SOURCES := main.cc other.cc