mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
7 lines
235 B
CMake
7 lines
235 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(uebung5-1
|
|
SKETCH uebung5-1
|
|
PROGRAMMER usbtinyisp)
|