readability update

This commit is contained in:
Robin Müller 2020-10-12 22:32:47 +02:00
parent 12822f737d
commit 01aab1559f
1 changed files with 10 additions and 5 deletions

View File

@ -37,11 +37,16 @@ CORE_LIB = $(ARDDIR)/arduino_core.a
#
# Exemplia gratia:
#
# TARGET = foo # the name of your main file, with no extension
# SRC = foo.c bar.c # the C source files
# PSRC = baz.cpp qux.cpp # the C++ source files
# ARDLIBS = SoftwareSerial # extra Arduino libraries
# include /d/dev/avr/Makefile.base # this line includes the Makefile.base
# the name of your main file, with no extension
# TARGET = foo
# the C source files
# SRC = foo.c bar.c
# 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
# in your own Makefile: