change type to 8 bit uint

This commit is contained in:
Thomas Göttgens
2024-05-24 22:59:31 +02:00
parent 79511aa61e
commit dca8615eaa
5 changed files with 7 additions and 7 deletions

View File

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