adafruit / Adafruit_IO_Arduino

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

Added support for the MKR1010 #136

Closed MxWinters closed 3 years ago

MxWinters commented 3 years ago

Added support to allow users to use the Arduino MKR1010 WiFi with Adafruit IO.

Added support into: src/AdafruitIO_WiFi.h - line 23 to 27 Added new file: src/wifi/AdafruitIO_MKR1010.cpp Added new file: src/wifi/AdafruitIO_MKR1010.h

Added support into: src/wifi/AdafruitIO_WINC1500.h Added "#include "WiFiNINA.h" and option to still use "#include "WiFi101.h"" by commenting out one or the other. Added "// Comment out line below for MKR1010" and added // to line 133 WiFi.setPins(_winc_cs, _winc_irq, _winc_rst, _winc_en); to allow the MKR1010/WiFiNINA to work.

brentru commented 3 years ago

@mlwinters I'm closing this PR since changes have not been resolved for >30 days. You may re-open it at any time