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:
- 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;
