From 1ea819121e5e8a25b00b743dc634d5c22beef93e Mon Sep 17 00:00:00 2001 From: "Matthias@Dell" Date: Sun, 12 Nov 2023 20:14:33 +0100 Subject: [PATCH] initial commit --- sketch.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 sketch.json 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