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

Dependencies:   mbed CUER_CAN

Revision:
10:839e8f984d28
Parent:
7:70cf5bff23f9
Child:
12:77d493b3320b
--- a/charger.h	Sun Sep 10 11:16:06 2017 +0000
+++ b/charger.h	Sun Sep 10 11:17:54 2017 +0000
@@ -46,8 +46,6 @@
 extern float desired_current; //mA
 extern float desired_voltage; //mV
 
-extern float voltage_error; //mV //This = RISING_BALANCE_THRESHOLD - max_cell_voltage
-
 extern uint8_t charger_control;
 
 #endif