steve keller / Mbed 2 deprecated mBuino_ENC28_MQTT

Dependencies:   MQTTClient UIPEthernet mbed

Files at this revision

API Documentation at this revision

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