From 5bcc235a2402478cf6ea0c11e9ff3ca86d180c0d Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 2 Mar 2015 11:12:39 +1100 Subject: [PATCH] Missed variable from last commit (OLED live update) --- globals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/globals.h b/globals.h index fcb4cc0..48e078b 100644 --- a/globals.h +++ b/globals.h @@ -76,6 +76,7 @@ struct statuses { volatile byte runSecs; //Counter of seconds since cranking commenced (overflows at 255 obviously) volatile byte secl; //Continous volatile int loopsPerSecond; + int freeRAM; //Helpful bitwise operations: //Useful reference: http://playground.arduino.cc/Code/BitMath