Skip to content

Commit 2fb6f02

Browse files
authored
Updated to add support for the MKR1010
Added support for the Arduino MKR1010
1 parent cf8597c commit 2fb6f02

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/AdafruitIO_WiFi.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* please support Adafruit and open-source hardware by purchasing
88
* products from Adafruit!
99
*
10-
* Written by Tony DiCola, Todd Treece for Adafruit Industries
10+
* Written by Tony DiCola, Todd Treece, Morgan Winters for Adafruit Industries
1111
*
1212
* BSD license, all text here must be included in any redistribution.
1313
*
@@ -20,6 +20,11 @@
2020
#include "wifi/AdafruitIO_MKR1000.h"
2121
typedef AdafruitIO_MKR1000 AdafruitIO_WiFi;
2222

23+
#elif defined(ARDUINO_SAMD_MKR1010)
24+
25+
#include "wifi/AdafruitIO_MKR1010.h"
26+
typedef AdafruitIO_MKR1010 AdafruitIO_WiFi;
27+
2328
#elif defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL) || \
2429
defined(USE_AIRLIFT)
2530

0 commit comments

Comments
 (0)