1

Dependencies:   mcp2515 mbed-dev-f303

Revision:
6:7d2743feaf23
Parent:
5:902ba9999d6c
--- a/CONTROL/control.h	Tue Jan 11 13:34:14 2022 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#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