SingleSteering.h 205 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 #ifndef __SINGLESTEERING_H #define __SINGLESTEERING_H #include "bsp.h" extern void chassisGetAutoSpeed(u8 *CurrentDir); extern void chassisControlAuto(void); extern void chassisControlManual(void); #endif