summaryrefslogtreecommitdiffstats
path: root/src/auto.c
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-11-30 16:01:54 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-11-30 16:01:54 -0500
commit31912e28d5311a0e8585dc36e2c01cdd0e3315ca (patch)
treee7e03c28fee79ce9c27477701e2d7b4fda98c22b /src/auto.c
parent3cba814333829daa431f663cf278315f56b47515 (diff)
libZEPHYR began
Diffstat (limited to 'src/auto.c')
-rw-r--r--src/auto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/auto.c b/src/auto.c
index 3c8f2ef..2332428 100644
--- a/src/auto.c
+++ b/src/auto.c
@@ -1,16 +1,16 @@
#include <main.h>
-#define TARGET_SPEED 65
+/*#define TARGET_SPEED 65
static unsigned int time;
void autoDelay(unsigned int ms){
delay(ms);
time-=ms;
-}
+}*/
void autonomous(){
- static char speed = 0;
+ /*static char speed = 0;
time = 15000;
@@ -36,6 +36,6 @@ void autonomous(){
//while(1);
delay(time);
- motorStopAll();
+ motorStopAll();*/
}