You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,18 @@ This library requires the latest version of the [Arduino IDE](https://www.arduin
18
18
* Latest version of the [Arduino SAMD Arduino Core](https://github.com/arduino/ArduinoCore-samd)
19
19
* Latest version of the [Adafruit SAMD Arduino Core](https://github.com/adafruit/ArduinoCore-samd)
20
20
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
21
+
* Latest version of the [WiFi101 Library](https://github.com/arduino-libraries/WiFi101)
21
22
22
23
You will also need to add the SSL certificate for `io.adafruit.com` using the [guide on the Adafruit Learning System.](https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/updating-ssl-certificates)
23
24
25
+
### Arduino MKR1000
26
+
27
+
* Latest version of the [Arduino SAMD Arduino Core](https://github.com/arduino/ArduinoCore-samd)
28
+
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
29
+
* Latest version of the [WiFi101 Library](https://github.com/arduino-libraries/WiFi101)
30
+
31
+
You will also need to add the SSL certificate for `io.adafruit.com` using the MKR1000 SSL utility.
32
+
24
33
### Adafruit WICED Feather WiFi
25
34
26
35
* Latest version of the [Adafruit WICED Arduino Core](https://github.com/adafruit/Adafruit_WICED_Arduino)
0 commit comments