Create WaterishOS-minimal2.0.ino

This commit is contained in:
Siwat Sirichai 2019-08-09 09:00:25 +07:00
parent c858eac6b3
commit e365b9dbd9
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}