NerfUS

Dependencies:   mbed mbed-rtos HardwareInterface EthernetInterface WebSocketClient

Files at this revision

API Documentation at this revision

Comitter:
Maxime Dupuis
Date:
Sat Feb 04 22:32:55 2017 -0500
Parent:
1:ed506b2298b4
Child:
3:aaf84424abb1
Commit message:
Replace curly braces

Actually, I'm checking if it is possible to commit
from outside online mbed. This is from my PC using
mercurial

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Feb 05 03:14:06 2017 +0000
+++ b/main.cpp	Sat Feb 04 22:32:55 2017 -0500
@@ -3,8 +3,10 @@
 
 DigitalOut myled(LED1);
 
-int main() {
-    while(1) {
+int main()
+{
+    while(1)
+    {
         myled = 1;
         wait(0.2);
         myled = 0;