Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ELEC351_Group_T by
Diff: LCD.hpp
- 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;
