Skip to content

Commit 69f9416

Browse files
brentrubrentru
authored andcommitted
edit examples
1 parent 6657ad7 commit 69f9416

File tree

26 files changed

+240
-109
lines changed

26 files changed

+240
-109
lines changed

examples/adafruitio_00_publish/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_01_subscribe/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_02_pubsub/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_03_multiple_feeds/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_04_location/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_05_type_conversion/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_06_digital_in/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_07_digital_out/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_08_analog_in/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

examples/adafruitio_09_analog_out/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// comment out the following two lines if you are using fona or ethernet
3030
#include "AdafruitIO_WiFi.h"
3131

32-
// if you are using ESP32, MKR1000, ESP8266 or WICED, use the following line
3332
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3433

35-
// uncomment the following line if you are using airlift,
34+
// uncomment the following line if you are using airlift
35+
// and comment out the AdafruitIO_WiFi client above
3636
// AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
3737

3838
/******************************* FONA **************************************/

0 commit comments

Comments
 (0)