CanUpdate.h
313 Bytes
#ifndef __CANUPDATE_H
#define __CANUPDATE_H
#include "stm32f4xx_can.h"
void sendRotateSpeed();
void _AppCanUpdate(void);
void LeftWheelDataProcess(CanRxMsg *CanRxMsg);
void RightWheelDataProcess(CanRxMsg *CanRxMsg);
void LiftDataProcess(CanRxMsg *CanRxMsg);
void RotateDataProcess(CanRxMsg *CanRxMsg);
#endif