Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc. http://www.blynk.cc/

Dependents:   Blynk_RBL_BLE_Nano Blynk_MicroBit Blynk_Serial Blynk_RBL_BLE_Nano

Revision:
1:401940b68eae
Parent:
0:58b20b438383
Child:
4:fa1450a7dd08
--- a/BlynkApiMbed.h	Sat May 07 08:02:50 2016 +0000
+++ b/BlynkApiMbed.h	Sat May 07 08:09:44 2016 +0000
@@ -14,14 +14,14 @@
 #include <Blynk/BlynkApi.h>
 #include "mbed.h"
 
-Timer  blynk_millis_timer;
-Ticker blynk_waker;
+static Timer  blynk_millis_timer;
+static Ticker blynk_waker;
 
 static
 void blynk_wake() {
     //pc.puts("(...)");
 }
-/*
+
 static
 void delay(unsigned long ms)
 {
@@ -33,7 +33,7 @@
 {
     return blynk_millis_timer.read_ms();
 }
-*/
+
 template<class Proto>
 void BlynkApi<Proto>::Init()
 {