Votecontroller

Dependencies:   MQTT

Fork of PGO6_VoteController_template by Jens de hoog

Revision:
4:bb892177ce23
Parent:
3:793425387c91
--- a/debounce_button.cpp	Mon Oct 15 14:30:31 2018 +0000
+++ b/debounce_button.cpp	Mon Oct 15 14:54:25 2018 +0000
@@ -65,7 +65,6 @@
 */
 void button1_onpressed_cb(void)
 {
-    printf("brn");
     if(!button1_busy){ // start clicking
         led1 = 1;
         button1_busy=true;