adafruit / Adafruit_IO_Arduino

Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
Other
209 stars 108 forks source link

Update AirLift for Boards and Breakouts #85

Closed brentru closed 5 years ago

brentru commented 5 years ago

This is a breaking PR for WINC1500 users!

Changes:

Usage with AirLift

#define USE_AIRLIFT
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0);

Usage with WINC1500

#define USE_WINC1500
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, WINC_CS, WINC_IRQ, WINC_RST, WINC_EN);

This PR has been tested with a PyPortal and a Feather M0 + AirLift ESP32 Breakout

brentru commented 5 years ago

@ladyada OK, change applied to config.hs - tested publish&subscribe with PyPortal, M0 WiFi WINC1500, AirLift Breakout + Feather M0, and Metro M4 WiFi.

ladyada commented 5 years ago

ok sounds good!