-
Notifications
You must be signed in to change notification settings - Fork 108
Support for Arduino WiFi MKR 1010 and Arduino Nano 33 IOT #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This new file is a copy of the original AdafruitIO_MKR1000.cpp but modified for the Arduino MKR1010
This new file is a copy of the original AdafruitIO_MKR1000.h but modified for the Arduino MKR1010
Added support for the Arduino MKR1010
Added support for the Arduino MKR1010
Added support for the Arduino MKR1010
Changes to support MKR 1010 and Nano 33 IOT
updated examples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@darumsdad I have two changes for you to make. Please test them, too, as I don't have the Nano 33 IoT
Added include guards Removed not needed code
I tested these changes with my Nano 33 IOT and it connects / updates fine. |
@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. |
formatting changes
Formatting change
This looks great, thank you for finishing out a closed PR. Will release shortly. |
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