1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00
Files
uni/es/blatt3/CMakeLists.txt
Jim Martens e3ab682a93 [ES] Added 3.3
Signed-óff-by: Jim Martens <github@2martens.de>
2015-05-05 17:37:09 +02:00

18 lines
453 B
CMake

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)
generate_arduino_firmware(uebung3-3
SKETCH uebung3-3
PROGRAMMER usbtinyisp
NO_AUTOLIBS)