Iterate through uint array

This commit is contained in:
Thomas Göttgens
2024-05-25 12:37:55 +02:00
parent dca8615eaa
commit c46c3427f0
5 changed files with 21 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ class ScanI2CTwoWire : public ScanI2C
public:
void scanPort(ScanI2C::I2CPort) override;
void scanPort(ScanI2C::I2CPort, uint8_t *) override;
void scanPort(ScanI2C::I2CPort, uint8_t *, uint8_t) override;
ScanI2C::FoundDevice find(ScanI2C::DeviceType) const override;