Files
ESPEasy/lib/Blynk/src/BlynkSimpleRedBear_Duo.h
2021-09-14 12:56:47 +02:00

22 lines
460 B
C

/**
* @file BlynkSimpleRedBear_Duo.h
* @author Volodymyr Shymanskyy
* @license This project is released under the MIT License (MIT)
* @copyright Copyright (c) 2015 Volodymyr Shymanskyy
* @date Dec 2015
* @brief
*
*/
#ifndef BlynkSimpleRedBear_Duo_h
#define BlynkSimpleRedBear_Duo_h
#include "BlynkParticle.h"
static BlynkTransportParticle _blynkTransport;
BlynkParticle Blynk(_blynkTransport);
#include "BlynkWidgets.h"
#endif