BlynkSimpleRBL_CC3200.h 534 B

1234567891011121314151617181920212223242526
  1. /**
  2. * @file BlynkSimpleRBL_CC3200.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 BlynkSimpleRBL_CC3200_h
  11. #define BlynkSimpleRBL_CC3200_h
  12. #ifndef BLYNK_INFO_DEVICE
  13. #define BLYNK_INFO_DEVICE "RBL CC3200"
  14. #endif
  15. #ifndef BLYNK_INFO_CONNECTION
  16. #define BLYNK_INFO_CONNECTION "CC3200"
  17. #endif
  18. #define BLYNK_SEND_CHUNK 64
  19. #include <BlynkSimpleEnergiaWiFi.h>
  20. #endif