Thomas Morris / Mbed OS PROJ324_Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
28:09b5c46c8afd
Parent:
25:36699ed589ab
Child:
47:6d128e500875
diff -r 807dd5660c4b -r 09b5c46c8afd LCD.hpp
--- a/LCD.hpp	Wed Jan 03 16:26:42 2018 +0000
+++ b/LCD.hpp	Wed Jan 03 21:12:25 2018 +0000
@@ -23,8 +23,8 @@
 private:    
  
     DigitalOut _E;
+    DigitalOut _RS;
     DigitalOut _RW;
-    DigitalOut _RS;
     
     DigitalOut _DB0;
     DigitalOut _DB1;