21 lines
422 B
C
21 lines
422 B
C
/**
|
|
* @file BlynkSimpleMKR1000.h
|
|
* @author Volodymyr Shymanskyy
|
|
* @license This project is released under the MIT License (MIT)
|
|
* @copyright Copyright (c) 2015 Volodymyr Shymanskyy
|
|
* @date Mar 2016
|
|
* @brief
|
|
*
|
|
*/
|
|
|
|
#ifndef BlynkSimpleMKR1000_h
|
|
#define BlynkSimpleMKR1000_h
|
|
|
|
#ifndef BLYNK_INFO_CONNECTION
|
|
#define BLYNK_INFO_CONNECTION "WiFi"
|
|
#endif
|
|
|
|
#include <BlynkSimpleWiFiShield101.h>
|
|
|
|
#endif
|