Skip to content

Commit ef46ac5

Browse files
committed
clang format config.h files
1 parent 6e2de69 commit ef46ac5

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
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)