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.
Dependencies: DS1620_improved TextLCD_improved mbed-rtos mbed
Revision 2:c190b9b39089, committed 2015-12-12
- Comitter:
- dzoni
- Date:
- Sat Dec 12 20:15:24 2015 +0000
- Parent:
- 1:90328beebfbc
- Child:
- 3:434ea77350a7
- Commit message:
- Release 1.1 (optimization of TextLCD library)
Changed in this revision
| TextLCD.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 90328beebfbc -r c190b9b39089 TextLCD.lib --- a/TextLCD.lib Sat Dec 12 19:35:59 2015 +0000 +++ b/TextLCD.lib Sat Dec 12 20:15:24 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/simon/code/TextLCD/#308d188a2d3a +http://developer.mbed.org/users/simon/code/TextLCD/#43c7f34925ac
diff -r 90328beebfbc -r c190b9b39089 main.cpp
--- a/main.cpp Sat Dec 12 19:35:59 2015 +0000
+++ b/main.cpp Sat Dec 12 20:15:24 2015 +0000
@@ -7,7 +7,7 @@
int main() {
- wait_us(1000000);
+ wait_us(500000);
TextLCD lcd(PA_8, PA_7, PA_9, PA_1, PB_5, PA_10, TextLCD::LCD16x2);