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 AQM0802A by
Revision 2:1fe32f818e43, committed 2014-09-06
- Comitter:
- tetsuya256
- Date:
- Sat Sep 06 00:01:15 2014 +0000
- Parent:
- 1:340b8e9780a3
- Child:
- 3:58ee5a396991
- Commit message:
- Fix a wait time for after LCD command sent
Changed in this revision
| AQM0802A.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/AQM0802A.h Thu Sep 04 05:50:13 2014 +0000 +++ b/AQM0802A.h Sat Sep 06 00:01:15 2014 +0000 @@ -8,7 +8,7 @@ #define AQM0802A_ROWS 2 #define AQM0802A_MAX_COLS (1 << 6) #define AQM0802A_MAX_ROWS (1 << 2) -#define AQM0802A_CMD_WAIT 26 // wait time after sent lcd command (us) +#define AQM0802A_CMD_WAIT 27 // wait time after sent lcd command (us) #define I2C_FREQUENCY 400000 // I2C bus speed (uses only constructor of AQM0802A(PinName, PinName)) /**
