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: MQTTClient UIPEthernet mbed
Revision 1:b5084016cae1, committed 2015-08-23
- Comitter:
- skeller
- Date:
- Sun Aug 23 00:33:10 2015 +0000
- Parent:
- 0:acb3694163ca
- Commit message:
- Removed old commented out code.;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Aug 23 00:15:53 2015 +0000 +++ b/main.cpp Sun Aug 23 00:33:10 2015 +0000 @@ -131,17 +131,4 @@ elapsed = timer.read_ms() - value; pc.printf("%d - Payload: %s\r\n", elapsed, message_buff); myled = 0; -} -/*int main() -{ - uart.baud(19200); - uart.printf("Hello World"); - - while(1) { - myled = 1; - wait(0.2); - myled = 0; - wait(1); - uart.printf("Hello World\r\n"); - } -}*/ +} \ No newline at end of file