ForkLift.h
377 Bytes
#ifndef __FORKLIFT_H
#define __FORKLIFT_H
#include "bsp.h"
extern int chargingVol,chargingCurrent,startState,extendState,backState;
extern void ForkliftAngleAdjustment();
extern void sendCommandToCharging(u8 state);
extern void receiveCommandFromCharging();
extern void platformDataProcess(void);
extern void platformControlManual();
extern void platformControlAuto();
#endif