mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Support for Elecrow Thinknode M2
This commit is contained in:
parent
99e44f499e
commit
31b8f7252a
8 changed files with 392 additions and 0 deletions
15
variants/thinknode_m2/variant.h
Normal file
15
variants/thinknode_m2/variant.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#define I2C_SCL 15
|
||||
#define I2C_SDA 16
|
||||
#define PIN_VBAT_READ 17
|
||||
#define AREF_VOLTAGE (3.0)
|
||||
#define ADC_MULTIPLIER (1.548F)
|
||||
#define PIN_BUZZER 5
|
||||
#define PIN_VEXT_EN_ACTIVE HIGH
|
||||
#define PIN_VEXT_EN 46
|
||||
#define PIN_USER_BTN 47
|
||||
#define PIN_LED 6
|
||||
#define PIN_STATUS_LED 6
|
||||
#define PIN_PWRBTN 4
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue