1

Dependencies:   mcp2515 mbed-dev-f303

CONTROL/control.h

Committer:
yezhong
Date:
2022-03-22
Revision:
7:1ab9699af5ae
Parent:
0:d80c66cb1b3a

File content as of revision 7:1ab9699af5ae:

#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