adafruit / Adafruit_IO_Arduino

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

Support for Arduino WiFi MKR 1010 and Arduino Nano 33 IOT #155

Closed darumsdad closed 2 years ago

darumsdad commented 2 years ago

A few small changes to complete the work started by mlwinters to add support for Arduino WiFi MKR 1010 and Arduino Nano 33 IOT. Updated the examples to include instructions for how to enable support these boards

darumsdad commented 2 years ago

I tested these changes with my Nano 33 IOT and it connects / updates fine.

brentru commented 2 years ago

@darumsdad Could you please run clang-format over the files to make the code more readable?

We have a guide about it here: https://learn.adafruit.com/the-well-automated-arduino-library/formatting-with-clang-format

Please let me know if you need any help.

brentru commented 2 years ago

This looks great, thank you for finishing out a closed PR. Will release shortly.