Skip to content

Commit 93251aa

Browse files
authored
Merge pull request #174 from adafruit/update-schedule-example
Update schedule example
2 parents 04e52a3 + ef46ac5 commit 93251aa

File tree

31 files changed

+32
-32
lines changed

31 files changed

+32
-32
lines changed

examples/adafruitio_00_publish/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

examples/adafruitio_01_subscribe/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

examples/adafruitio_02_pubsub/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// #define USE_WINC1500
2929

3030
// uncomment the following line if you are using mrk1010 or nano 33 iot
31-
//#define ARDUINO_SAMD_MKR1010
31+
// #define ARDUINO_SAMD_MKR1010
3232

3333
// comment out the following lines if you are using fona or ethernet
3434
#include "AdafruitIO_WiFi.h"

examples/adafruitio_03_multiple_feeds/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

examples/adafruitio_04_location/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

examples/adafruitio_05_type_conversion/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

examples/adafruitio_06_digital_in/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

examples/adafruitio_07_digital_out/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

examples/adafruitio_08_analog_in/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

examples/adafruitio_09_analog_out/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// #define USE_WINC1500
3131

3232
// uncomment the following line if you are using mrk1010 or nano 33 iot
33-
//#define ARDUINO_SAMD_MKR1010
33+
// #define ARDUINO_SAMD_MKR1010
3434

3535
// comment out the following lines if you are using fona or ethernet
3636
#include "AdafruitIO_WiFi.h"

0 commit comments

Comments
 (0)