State machine

Dependencies:   mbed Adafruit_GFX BioroboticsMotorControl MODSERIAL BioroboticsEMGFilter

Revision:
17:1fe276ff17db
Parent:
15:f65b4566193e
Child:
24:e1092f95c82b
--- a/Screen.h	Wed Oct 31 13:45:46 2018 +0000
+++ b/Screen.h	Wed Oct 31 13:46:34 2018 +0000
@@ -31,6 +31,7 @@
     
     void clear_display() {
         oled.clearDisplay();
+        oled.setTextCursor(0, 0);
         display();
     }