File tree Expand file tree Collapse file tree
examples/adafruitio_00_publish Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3134#include "AdafruitIO_AIRLIFT.h"
3235AdafruitIO_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:
You can’t perform that action at this time.
0 commit comments