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:
4:fa1450a7dd08
Parent:
3:31e4b850b126
Child:
7:8879692d4e6c
diff -r 31e4b850b126 -r fa1450a7dd08 Blynk/BlynkDetectDevice.h
--- a/Blynk/BlynkDetectDevice.h	Fri Jun 24 01:10:02 2016 +0300
+++ b/Blynk/BlynkDetectDevice.h	Thu Jun 23 22:48:55 2016 +0000
@@ -100,6 +100,8 @@
 
         #define BLYNK_INFO_DEVICE  "MBED"
         #define BLYNK_USE_128_VPINS
+        #define noInterrupts() __disable_irq()
+        #define interrupts()   __enable_irq()
 
     #elif defined(ARDUINO) && defined(MPIDE)
         #define BLYNK_NO_YIELD