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

[ES-Blatt2] Added sketch for 2.3

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-04-22 19:33:23 +02:00
parent e25a54050a
commit 1c5ac1f6ca
2 changed files with 142 additions and 1 deletions

View File

@ -4,4 +4,9 @@ set(ARDUINO_DEFAULT_PORT /dev/ttyUSB0) # Default Port, when not specified
generate_arduino_firmware(uebung2-1
SKETCH uebung2-1
PROGRAMMER usbtinyisp
NO_AUTOLIBS)
NO_AUTOLIBS)
generate_arduino_firmware(uebung2-3
SKETCH uebung2-3
PROGRAMMER usbtinyisp
NO_AUTOLIBS)