| 1234567891011121314151617181920212223 |
- /**
- * @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
- #define BLYNK_NO_YIELD
- #include "BlynkParticle.h"
- static BlynkTransportParticle _blynkTransport;
- BlynkParticle Blynk(_blynkTransport);
- #include "BlynkWidgets.h"
- #endif
|