Merge branch 'master' into portexpander-keyboard

This commit is contained in:
Thomas Göttgens
2024-12-29 22:34:48 +01:00
committed by GitHub
224 changed files with 16933 additions and 1758 deletions

View File

@@ -12,7 +12,6 @@ class ScanI2C
SCREEN_SH1106,
SCREEN_UNKNOWN, // has the same address as the two above but does not respond to the same commands
SCREEN_ST7567,
ATECC608B,
RTC_RV3028,
RTC_PCF8563,
CARDKB,
@@ -65,7 +64,9 @@ class ScanI2C
MAX30102,
TPS65233,
MPR121KB,
CGRADSENS
CGRADSENS,
INA226,
NXP_SE050,
} DeviceType;
// typedef uint8_t DeviceAddress;
@@ -129,4 +130,4 @@ class ScanI2C
private:
bool shouldSuppressScreen = false;
};
};