PGO6_VoteController (Astrid Vanneste)

Dependencies:   MQTT

Fork of PGO6_VoteController_template by Jens de hoog

Revision:
4:08da93eb6014
Parent:
3:376ac6744373
Child:
5:ba94770ce1c7
--- a/main.cpp	Mon Oct 08 12:56:29 2018 +0000
+++ b/main.cpp	Mon Oct 08 13:37:19 2018 +0000
@@ -46,6 +46,13 @@
     InterruptIn button(USER_BUTTON);
     button.fall(callback(button1_onpressed_cb));
     init_debouncer();
+    
+    printf("started!");
+    
+    while(true)
+    {
+        
+    }
 
     return 0;
 }