1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

[ES-Blatt3] Added CMakeLists file

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-05-05 16:44:19 +02:00
parent 990ef2f943
commit 2a56c478ed

12
es/blatt3/CMakeLists.txt Normal file
View File

@ -0,0 +1,12 @@
set(ARDUINO_DEFAULT_BOARD diecimila) # Default Board ID, when not specified
set(ARDUINO_DEFAULT_PORT /dev/ttyUSB0) # Default Port, when not specified
generate_arduino_firmware(uebung3-1
SKETCH uebung3-1
PROGRAMMER usbtinyisp
NO_AUTOLIBS)
generate_arduino_firmware(uebung3-2
SKETCH uebung3-2
PROGRAMMER usbtinyisp
NO_AUTOLIBS)