Skip to content

Commit

Permalink
Merge pull request #211 from ladyada/master
Browse files Browse the repository at this point in the history
nu trinkey
  • Loading branch information
dhalbert authored Mar 5, 2024
2 parents f2d1b44 + c040dd1 commit f4c0503
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/sht4x_trinkey_m0/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21E18A
19 changes: 19 additions & 0 deletions boards/sht4x_trinkey_m0/board_config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H

#define CRYSTALLESS 1

#define VENDOR_NAME "Adafruit Industries"
#define PRODUCT_NAME "SHT4x Trinkey M0"
#define VOLUME_LABEL "TRINKEYBOOT"
#define INDEX_URL "http://adafru.it/5896"
#define BOARD_ID "SAMD21E18A-SHT4xTrinkey-v0"

#define USB_VID 0x239A
#define USB_PID 0x0135


#define BOARD_NEOPIXEL_PIN PIN_PA03
#define BOARD_NEOPIXEL_COUNT 1

#endif

0 comments on commit f4c0503

Please sign in to comment.