add a few more keys
This commit is contained in:
parent
b0fdc475c6
commit
a4c3164f5c
1 changed files with 12 additions and 1 deletions
|
|
@ -78,7 +78,18 @@ const configKeys = {
|
|||
PIN_VIBRATION: 76,
|
||||
PIN_PWREN: 77,
|
||||
DISPLAY_TYPE: 78,
|
||||
|
||||
PIN_ROTARY_ENCODER_A: 79,
|
||||
PIN_ROTARY_ENCODER_B: 80,
|
||||
ACCELEROMETER_SPACE: 81,
|
||||
PIN_ESP32_MOSI :82,
|
||||
PIN_ESP32_MISO :83,
|
||||
PIN_ESP32_SCK :84,
|
||||
PIN_ESP32_TX :85,
|
||||
PIN_ESP32_RX: 86,
|
||||
PIN_ESP32_CS :87,
|
||||
PIN_ESP32_BUSY: 88,
|
||||
PIN_ESP32_RESET: 89,
|
||||
PIN_ESP32_GPIO0 :90,
|
||||
PIN_A0: 100,
|
||||
PIN_A1: 101,
|
||||
PIN_A2: 102,
|
||||
|
|
|
|||
Loading…
Reference in a new issue