1

Dependencies:   mbed-dev_spine

CONTROL/control.h

Committer:
panzhan
Date:
2020-11-17
Revision:
1:a71791b81b8a
Parent:
0:d80c66cb1b3a

File content as of revision 1:a71791b81b8a:

#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