forked from mohr/arduino_core
Compare commits
2 Commits
12822f737d
...
527ec7353d
Author | SHA1 | Date | |
---|---|---|---|
527ec7353d | |||
01aab1559f |
Submodule ArduinoCore-avr updated: 0e7fae85bd...3055c1efa3
@ -37,11 +37,16 @@ CORE_LIB = $(ARDDIR)/arduino_core.a
|
|||||||
#
|
#
|
||||||
# Exemplia gratia:
|
# Exemplia gratia:
|
||||||
#
|
#
|
||||||
# TARGET = foo # the name of your main file, with no extension
|
# the name of your main file, with no extension
|
||||||
# SRC = foo.c bar.c # the C source files
|
# TARGET = foo
|
||||||
# PSRC = baz.cpp qux.cpp # the C++ source files
|
# the C source files
|
||||||
# ARDLIBS = SoftwareSerial # extra Arduino libraries
|
# SRC = foo.c bar.c
|
||||||
# include /d/dev/avr/Makefile.base # this line includes the Makefile.base
|
# the C++ source files
|
||||||
|
# PSRC = baz.cpp qux.cpp
|
||||||
|
# extra Arduino libraries
|
||||||
|
# ARDLIBS = SoftwareSerial
|
||||||
|
# this line includes the Makefile.base
|
||||||
|
# include /d/dev/avr/Makefile.base
|
||||||
|
|
||||||
# A number of necessary variables are set to defaults below, but you can override them
|
# A number of necessary variables are set to defaults below, but you can override them
|
||||||
# in your own Makefile:
|
# in your own Makefile:
|
||||||
|
Reference in New Issue
Block a user