Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nu trinkey #211

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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