aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/main.c b/main.c
deleted file mode 100644
index dfc8d68..0000000
--- a/main.c
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <pololu/orangutan.h>
-
-int main() {
- print("Hello!");
- play("L16 ceg>c");
-
- while (1) {
- red_led(0);
- green_led(1);
-
- delay_ms(100);
-
- red_led(1);
- green_led(0);
-
- delay_ms(100);
- }
-
- return 0;
-}