BlynkSimpleIntelEdisonWiFi.h 574 B

123456789101112131415161718192021222324252627
  1. /**
  2. * @file BlynkSimpleIntelEdisonWiFi.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 Jan 2015
  7. * @brief
  8. *
  9. */
  10. #ifndef BlynkSimpleIntelEdisonWiFi_h
  11. #define BlynkSimpleIntelEdisonWiFi_h
  12. #ifndef BLYNK_INFO_DEVICE
  13. #define BLYNK_INFO_DEVICE "Intel Edison"
  14. #endif
  15. #ifndef BLYNK_INFO_CONNECTION
  16. #define BLYNK_INFO_CONNECTION "WiFi"
  17. #endif
  18. #define BLYNK_MINIMIZE_PINMODE_USAGE
  19. #define BLYNK_NO_YIELD
  20. #include <BlynkSimpleWifi.h>
  21. #endif