feat: add TTP223 touch sensor support and wiring configuration

This commit is contained in:
2025-03-29 14:18:58 +01:00
parent 07a919b6ba
commit 2bf7c9fb7d
3 changed files with 18 additions and 20 deletions

View File

@@ -11,6 +11,8 @@ extern const uint8_t LOADCELL_SCK_PIN;
extern const uint8_t calVal_eepromAdress;
extern const uint16_t SCALE_LEVEL_WEIGHT;
extern const uint8_t TTP223_PIN;
extern const int8_t OLED_RESET;
extern const uint8_t SCREEN_ADDRESS;
extern const uint8_t SCREEN_WIDTH;