File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
examples/adafruitio_00_publish Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 22
22
//AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
23
23
24
24
/******************************* 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
25
28
26
29
// https://github.com/brentru/Adafruit_IO_Arduino/tree/airlift-standalone
27
30
// commit e638a25
31
34
#include "AdafruitIO_AIRLIFT.h"
32
35
AdafruitIO_AIRLIFT io (IO_USERNAME , IO_KEY , WIFI_SSID , WIFI_PASS );
33
36
37
+ // Optionally configure the pins used for the AirLift connection
38
+ // io.airliftPins(11, 10, 9);
39
+
34
40
/******************************* FONA **************************************/
35
41
36
42
// the AdafruitIO_FONA client will work with the following boards:
You can’t perform that action at this time.
0 commit comments