111

Dependencies:   yezhong_main_controller_copy mbed1-dev

CONTROL/control.h

Committer:
ganlikun
Date:
2022-07-07
Revision:
9:c082f1c52936
Parent:
0:d80c66cb1b3a

File content as of revision 9:c082f1c52936:

#ifndef _CONTROL_H
#define _CONTROL_H


#include "mbed.h"
#include "CAN.h"
#include "mode.h"
#include "data_command.h"
#include "data_board.h"
#include "used_leg_message.h"




void control();




#endif