Merge branch 'master' into portexpander-keyboard

This commit is contained in:
Thomas Göttgens
2025-06-05 14:29:17 +02:00
committed by GitHub
384 changed files with 10910 additions and 1906 deletions

View File

@@ -19,7 +19,7 @@ class ScanI2C
BBQ10KB,
RAK14004,
PCF8574A,
PMU_AXP192_AXP2101,
PMU_AXP192_AXP2101, // has the same adress as the TCA8418KB
BME_680,
BME_280,
BMP_280,
@@ -50,6 +50,7 @@ class ScanI2C
VEML7700,
RCWL9620,
NCP5623,
LP5562,
TSL2591,
OPT3001,
MLX90632,
@@ -70,6 +71,8 @@ class ScanI2C
DFROBOT_RAIN,
DPS310,
LTR390UV,
TCA8418KB,
PCT2075,
} DeviceType;
// typedef uint8_t DeviceAddress;
@@ -122,6 +125,8 @@ class ScanI2C
FoundDevice firstAccelerometer() const;
FoundDevice firstRGBLED() const;
virtual FoundDevice find(DeviceType) const;
virtual bool exists(DeviceType) const;