Skip to content

Commit f4c0503

Browse files
authored
Merge pull request #211 from ladyada/master
nu trinkey
2 parents f2d1b44 + c040dd1 commit f4c0503

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

boards/sht4x_trinkey_m0/board.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CHIP_FAMILY = samd21
2+
CHIP_VARIANT = SAMD21E18A
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#ifndef BOARD_CONFIG_H
2+
#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

Comments
 (0)