chad

Dependencies:   MCP23017 WattBob_TextLCD mbed-rtos mbed

Revision:
6:c538f317f426
Parent:
5:e1ade53bce83
Child:
7:71a923f423f4
--- a/main.cpp	Tue Mar 07 15:51:11 2017 +0000
+++ b/main.cpp	Tue Mar 07 16:18:26 2017 +0000
@@ -50,6 +50,9 @@
 int A1_val = 0;                 // Analogue 1 return variable (Analogue In)
 int A2_val = 0;                 // Analogue 2 return variable (Analogue In)
 
+int logcount = 0;               // Keep track of log number
+
+
 
 ////////////////////////////////////////////////////////////////////////////////
 //