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:
18:c328c1a97f90
Parent:
15:975b60f7a8ff
Child:
22:e1d3971fd902
--- a/Blynk/BlynkApi.h	Tue Nov 28 00:44:42 2017 +0200
+++ b/Blynk/BlynkApi.h	Wed Nov 29 14:05:41 2017 +0200
@@ -15,10 +15,13 @@
 #include <Blynk/BlynkDebug.h>
 #include <Blynk/BlynkParam.h>
 #include <Blynk/BlynkTimer.h>
-//#include <Blynk/BlynkEveryN.h>
 #include <Blynk/BlynkHandlers.h>
 #include <Blynk/BlynkProtocolDefs.h>
 
+#if defined(BLYNK_EXPERIMENTAL)
+    #include <Blynk/BlynkEveryN.h>
+#endif
+
 /**
  * Represents high-level functions of Blynk
  */