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: SoftSerial TextLCD mbed
Fork of String_BT by
Revision 3:03a43a82eafd, committed 2017-03-18
- Comitter:
- Luisv
- Date:
- Sat Mar 18 19:50:24 2017 +0000
- Parent:
- 2:38579897448f
- Commit message:
- laboratorio lcd
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 15 00:16:44 2017 +0000
+++ b/main.cpp Sat Mar 18 19:50:24 2017 +0000
@@ -12,7 +12,7 @@
SoftSerial BT(D2,D3);
Serial pc(USBTX,USBRX);
DigitalOut led(LED2);
-TextLCD lcd(D4,D5,D6,D7,D8,D9);
+TextLCD lcd(PA_11, PA_12, PB_13, PB_14, PB_15, PB_1);
int main()
{
lcd.locate(0,0);
