mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
22 lines
460 B
C
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
|