blynk & neopixelring & w7500

Fork of WIZwiki-7500_Blynk by IOP

Revision:
4:fa1450a7dd08
Parent:
3:31e4b850b126
Child:
7:8879692d4e6c
--- 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