SingleSteering.h 205 Bytes
#ifndef __SINGLESTEERING_H
#define __SINGLESTEERING_H
#include "bsp.h"

extern void chassisGetAutoSpeed(u8 *CurrentDir);
extern void chassisControlAuto(void);
extern void chassisControlManual(void);
#endif