mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
add IRremote
This commit is contained in:
@@ -14,14 +14,14 @@ void scanI2C() {
|
||||
|
||||
if (error == 0){
|
||||
message += "I2C device found at address 0x";
|
||||
message += uint64ToString(address, 16);
|
||||
message += uint64ToStringIoTM(address, 16);
|
||||
message += " !";
|
||||
|
||||
nDevices++;
|
||||
}
|
||||
else if (error==4) {
|
||||
message += "Unknow error at address 0x";
|
||||
message += uint64ToString(address, 16);
|
||||
message += uint64ToStringIoTM(address, 16);
|
||||
}
|
||||
}
|
||||
if (nDevices == 0)
|
||||
|
||||
Reference in New Issue
Block a user