For coursework of group 3 in SOFT564Z

Dependencies:   Motordriver ros_lib_kinetic

Revision:
3:7da9888ac8dc
Parent:
2:b9a495b330fd
Child:
4:8afc50a3e4ac
--- a/Battery_Monitor.hpp	Thu Nov 28 13:04:30 2019 +0000
+++ b/Battery_Monitor.hpp	Thu Nov 28 13:36:44 2019 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+
+#ifndef Define_ONCE_General
+#define Define_ONCE_General
+
+void battCheck(void);
+void initBattCheck(void);
+
+#endif