summaryrefslogtreecommitdiffstats
path: root/src/auto.c
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-01-13 16:03:09 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-01-13 16:03:09 -0500
commit476a0dbf41e14458c52a5cd2fe5b4c050a6c6551 (patch)
treede9499df81b4db0e124c8372279274b34357cae7 /src/auto.c
parent3ef0172201638e9d35ef7920add2cdde046ccbc1 (diff)
prog skills
Diffstat (limited to 'src/auto.c')
-rw-r--r--src/auto.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/auto.c b/src/auto.c
index 5cd39b5..c26bfd9 100644
--- a/src/auto.c
+++ b/src/auto.c
@@ -1,10 +1,10 @@
#include <main.h>
#include <zephyr.h>
-#define TARGET_RPM 1700
+//#define TARGET_RPM 1700
-void autonomous(){
- /*static double cl,cr,ca;
+/*void autonomous(){
+ static double cl,cr,ca;
static char speed;
speed = 30;
@@ -25,5 +25,5 @@ void autonomous(){
delay(900);
zMotorSet("Misc",0);
- motorStopAll();*/
-}
+ motorStopAll();
+}*/