sampleProgram
Dependencies: QEI accelerator bit_test cyclic_io cyclic_var cylinder event_var limit mbed mecanum motor_drive pid pid_encoder rs422_put sbdbt servo
Fork of 17robo_fuzi by
Diff: cyclic.h
- Revision:
- 32:f535ace7c529
- Parent:
- 14:aac2f18f6779
--- a/cyclic.h Tue Aug 29 02:07:56 2017 +0000 +++ b/cyclic.h Tue Aug 29 03:01:50 2017 +0000 @@ -7,7 +7,7 @@ { if(flag == false) { - state = !state; + state = !state; } flag = true; }