diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-13 16:03:09 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-13 16:03:09 -0500 |
commit | 476a0dbf41e14458c52a5cd2fe5b4c050a6c6551 (patch) | |
tree | de9499df81b4db0e124c8372279274b34357cae7 /src/auto.c | |
parent | 3ef0172201638e9d35ef7920add2cdde046ccbc1 (diff) |
prog skills
Diffstat (limited to 'src/auto.c')
-rw-r--r-- | src/auto.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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();
+}*/
|