change type to 8 bit uint
This commit is contained in:
@@ -6,7 +6,7 @@ const ScanI2C::FoundDevice ScanI2C::DEVICE_NONE = ScanI2C::FoundDevice(ScanI2C::
|
||||
ScanI2C::ScanI2C() = default;
|
||||
|
||||
void ScanI2C::scanPort(ScanI2C::I2CPort port) {}
|
||||
void ScanI2C::scanPort(ScanI2C::I2CPort port, int *address) {}
|
||||
void ScanI2C::scanPort(ScanI2C::I2CPort port, uint8_t *address) {}
|
||||
|
||||
void ScanI2C::setSuppressScreen()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user