commit 1ea819121e5e8a25b00b743dc634d5c22beef93e Author: Matthias@Dell Date: Sun Nov 12 20:14:33 2023 +0100 initial commit diff --git a/sketch.json b/sketch.json new file mode 100755 index 0000000..45332f0 --- /dev/null +++ b/sketch.json @@ -0,0 +1,7 @@ +{ + "cpu": { + "fqbn": "arduino:mbed_nano:nanorp2040connect", + "name": "Arduino Nano RP2040 Connect", + "port": "serial:///dev/ttyACM0" + } +} \ No newline at end of file