Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mcp2515 mbed-dev-f303
CONTROL/control.h
- Committer:
- panzhan
- Date:
- 2020-11-10
- Revision:
- 0:d80c66cb1b3a
File content as of revision 0:d80c66cb1b3a:
#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