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

[ES] Updated cmake files

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-05-29 12:05:29 +02:00
parent b94faeb9b4
commit 849b799b33
4 changed files with 16 additions and 8 deletions

6
es/blatt4/CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
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(uebung4-1
SKETCH uebung4-1
PROGRAMMER usbtinyisp)