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.
2 parents f2d1b44 + c040dd1 commit f4c0503Copy full SHA for f4c0503
boards/sht4x_trinkey_m0/board.mk
@@ -0,0 +1,2 @@
1
+CHIP_FAMILY = samd21
2
+CHIP_VARIANT = SAMD21E18A
boards/sht4x_trinkey_m0/board_config.h
@@ -0,0 +1,19 @@
+#ifndef BOARD_CONFIG_H
+#define BOARD_CONFIG_H
3
+
4
+#define CRYSTALLESS 1
5
6
+#define VENDOR_NAME "Adafruit Industries"
7
+#define PRODUCT_NAME "SHT4x Trinkey M0"
8
+#define VOLUME_LABEL "TRINKEYBOOT"
9
+#define INDEX_URL "http://adafru.it/5896"
10
+#define BOARD_ID "SAMD21E18A-SHT4xTrinkey-v0"
11
12
+#define USB_VID 0x239A
13
+#define USB_PID 0x0135
14
15
16
+#define BOARD_NEOPIXEL_PIN PIN_PA03
17
+#define BOARD_NEOPIXEL_COUNT 1
18
19
+#endif
0 commit comments