News

Enter arduino-cli There have been a couple attempts to break out Arduino to the command line ... myBlinky.ino me@mybox:~/Arduino/myBlinky $ cat myBlinky.ino void setup() { } void loop() { } me@mybox:~ ...