| 1234567891011121314151617181920212223242526 |
- /**
- * @file BlynkSimpleRBL_CC3200.h
- * @author Volodymyr Shymanskyy
- * @license This project is released under the MIT License (MIT)
- * @copyright Copyright (c) 2015 Volodymyr Shymanskyy
- * @date Jan 2015
- * @brief
- *
- */
- #ifndef BlynkSimpleRBL_CC3200_h
- #define BlynkSimpleRBL_CC3200_h
- #ifndef BLYNK_INFO_DEVICE
- #define BLYNK_INFO_DEVICE "RBL CC3200"
- #endif
- #ifndef BLYNK_INFO_CONNECTION
- #define BLYNK_INFO_CONNECTION "CC3200"
- #endif
- #define BLYNK_SEND_CHUNK 64
- #include <BlynkSimpleEnergiaWiFi.h>
- #endif
|