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: C12832 EthernetInterface MQTT mbed-rtos mbed
Fork of HelloMQTT by
Revision 17:e3aa8f5ee6ed, committed 2015-04-13
- Comitter:
- hogejun
- Date:
- Mon Apr 13 09:41:48 2015 +0000
- Parent:
- 16:28d062c5522b
- Commit message:
- initial revision
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 06 11:42:25 2014 +0000 +++ b/main.cpp Mon Apr 13 09:41:48 2015 +0000 @@ -26,7 +26,9 @@ #include "C12832.h" -C12832 lcd(p5, p7, p6, p8, p11); +//C12832 lcd(p5, p7, p6, p8, p11); +// Using Arduino pin notation +C12832 lcd(D11, D13, D12, D7, D10); #include "MQTTEthernet.h" #include "MQTTClient.h"