Code to run on the charger board (used to charge the car from the mains).

Dependencies:   mbed CUER_CAN

Revision:
1:0c77e20b4d4c
Child:
7:70cf5bff23f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Data_types.h	Thu Jul 06 21:27:26 2017 +0000
@@ -0,0 +1,13 @@
+#ifndef Data_types_H
+#define Data_types_H
+
+#include "CAN_Data.h"
+#include "CAN_IDs.h"
+#include "mbed.h"
+
+struct timeouts_t {
+    Timer BMS_timeout;
+    Timer charger_timeout;
+};
+
+#endif
\ No newline at end of file