diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-14 14:05:03 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-14 14:05:03 +0200 |
commit | 6472b77eb6582e5133a28f61a448eb6a00cd25b6 (patch) | |
tree | 43a9009b311373171ba0fabb4b2a0466f0ff6ea5 /zumo/main.cpp | |
parent | 7b76b2c73d53a2ed31e3c887926f44dd02de44d2 (diff) |
initial robot driver code
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); -} |