diff options
Diffstat (limited to 'zumo/main.cpp')
-rw-r--r-- | zumo/main.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/zumo/main.cpp b/zumo/main.cpp deleted file mode 100644 index 23d13db..0000000 --- a/zumo/main.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include <Zumo32U4.h> -#include <Arduino.h> -#include <Wire.h> - -void setup() { -} - -void loop() { - ledRed(1); - delay(1000); - ledRed(0); - delay(1000); -} |