BlynkSimpleRedBear_Duo.h 484 B

1234567891011121314151617181920212223
  1. /**
  2. * @file BlynkSimpleRedBear_Duo.h
  3. * @author Volodymyr Shymanskyy
  4. * @license This project is released under the MIT License (MIT)
  5. * @copyright Copyright (c) 2015 Volodymyr Shymanskyy
  6. * @date Dec 2015
  7. * @brief
  8. *
  9. */
  10. #ifndef BlynkSimpleRedBear_Duo_h
  11. #define BlynkSimpleRedBear_Duo_h
  12. #define BLYNK_NO_YIELD
  13. #include "BlynkParticle.h"
  14. static BlynkTransportParticle _blynkTransport;
  15. BlynkParticle Blynk(_blynkTransport);
  16. #include "BlynkWidgets.h"
  17. #endif