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 fc4760b commit dec2fb7Copy full SHA for dec2fb7
boards/mkr1300/board.mk
@@ -0,0 +1,2 @@
1
+CHIP_FAMILY = samd21
2
+CHIP_VARIANT = SAMD21G18A
boards/mkr1300/board_config.h
@@ -0,0 +1,15 @@
+#ifndef BOARD_CONFIG_H
+#define BOARD_CONFIG_H
3
+
4
+#define VENDOR_NAME "Arduino LLC"
5
+#define PRODUCT_NAME "Arduino MKR1300"
6
+#define VOLUME_LABEL "MKR1300"
7
8
+#define BOARD_ID "SAMD21G18A-MKR1300-v0"
9
10
+#define USB_VID 0x2341
11
+#define USB_PID 0x8053
12
13
+#define LED_PIN PIN_PA20
14
15
+#endif
0 commit comments