We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8597c commit 2fb6f02Copy full SHA for 2fb6f02
src/AdafruitIO_WiFi.h
@@ -7,7 +7,7 @@
7
* please support Adafruit and open-source hardware by purchasing
8
* products from Adafruit!
9
*
10
- * Written by Tony DiCola, Todd Treece for Adafruit Industries
+ * Written by Tony DiCola, Todd Treece, Morgan Winters for Adafruit Industries
11
12
* BSD license, all text here must be included in any redistribution.
13
@@ -20,6 +20,11 @@
20
#include "wifi/AdafruitIO_MKR1000.h"
21
typedef AdafruitIO_MKR1000 AdafruitIO_WiFi;
22
23
+#elif defined(ARDUINO_SAMD_MKR1010)
24
+
25
+#include "wifi/AdafruitIO_MKR1010.h"
26
+typedef AdafruitIO_MKR1010 AdafruitIO_WiFi;
27
28
#elif defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined(ADAFRUIT_PYPORTAL) || \
29
defined(USE_AIRLIFT)
30
0 commit comments