Thomas Morris / Mbed OS PROJ324_Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
25:36699ed589ab
Parent:
20:cbb71f84cff9
Child:
28:09b5c46c8afd
diff -r 7d2da96e05ad -r 36699ed589ab LCD.hpp
--- a/LCD.hpp	Sat Dec 30 21:31:20 2017 +0000
+++ b/LCD.hpp	Mon Jan 01 20:14:19 2018 +0000
@@ -22,9 +22,9 @@
     
 private:    
  
+    DigitalOut _E;
     DigitalOut _RW;
     DigitalOut _RS;
-    DigitalOut _E;
     
     DigitalOut _DB0;
     DigitalOut _DB1;