diff --git a/WaterishOS-minimal2.0/WaterishOS-minimal2.0.ino b/WaterishOS-minimal2.0/WaterishOS-minimal2.0.ino new file mode 100644 index 0000000..95c2b6e --- /dev/null +++ b/WaterishOS-minimal2.0/WaterishOS-minimal2.0.ino @@ -0,0 +1,9 @@ +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}