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

[ES] Aufgabe 5.2 (fertig)

* ob es funktioniert, werden wir noch sehen

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-06-28 15:21:35 +02:00
parent c35782ac3a
commit 7ba486b02b
2 changed files with 250 additions and 0 deletions

View File

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