Skip to content

Commit 6a4519f

Browse files
author
brentru
committed
update example config to include airlift information
1 parent f9736ea commit 6a4519f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/adafruitio_00_publish/config.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
//AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2323

2424
/******************************* AirLift **************************************/
25+
// the AdafruitIO_AirLift client will work with the following boards:
26+
// - Adafruit AirLift Breakout -> https://www.adafruit.com/product/4201
27+
// - Adafruit PyPortal -> https://www.adafruit.com/product/4116
2528

2629
// https://github.com/brentru/Adafruit_IO_Arduino/tree/airlift-standalone
2730
// commit e638a25
@@ -31,6 +34,9 @@
3134
#include "AdafruitIO_AIRLIFT.h"
3235
AdafruitIO_AIRLIFT io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3336

37+
// Optionally configure the pins used for the AirLift connection
38+
// io.airliftPins(11, 10, 9);
39+
3440
/******************************* FONA **************************************/
3541

3642
// the AdafruitIO_FONA client will work with the following boards:

0 commit comments

Comments
 (0)