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 LCD_Hello_mbed by
Revision 1:6aaf96a8a2d6, committed 2014-10-27
- Comitter:
- whatnick
- Date:
- Mon Oct 27 12:27:41 2014 +0000
- Parent:
- 0:0a5c73c2369a
- Commit message:
- STM32 Nucleo LCD test with DFobot LCD Keypad Shield (16x2 and A0 Analog keypad)
Changed in this revision
diff -r 0a5c73c2369a -r 6aaf96a8a2d6 TextLCD.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextLCD.lib Mon Oct 27 12:27:41 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
diff -r 0a5c73c2369a -r 6aaf96a8a2d6 main.cpp
--- a/main.cpp Sun Aug 08 11:46:42 2010 +0000
+++ b/main.cpp Mon Oct 27 12:27:41 2014 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
#include "TextLCD.h"
-TextLCD lcd(p24, p25, p26, p27, p28, p29, p30); // rs, rw, e, d4, d5, d6, d7
+TextLCD lcd(D8, D9, D4, D5, D6, D7); // rs, e, d4, d5, d6, d7
int main() {
lcd.cls();
diff -r 0a5c73c2369a -r 6aaf96a8a2d6 mbed.bld --- a/mbed.bld Sun Aug 08 11:46:42 2010 +0000 +++ b/mbed.bld Mon Oct 27 12:27:41 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da +http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1 \ No newline at end of file
