mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
[SC16IS752] Extend Serial Helper to support I2C UART
This commit is contained in:
@@ -46,9 +46,9 @@ int SensorSerial::peek()
|
||||
return ESPeasySerial::peek();
|
||||
}
|
||||
|
||||
size_t SensorSerial::write(uint8_t byte)
|
||||
size_t SensorSerial::write(uint8_t val)
|
||||
{
|
||||
return ESPeasySerial::write(byte);
|
||||
return ESPeasySerial::write(val);
|
||||
}
|
||||
|
||||
int SensorSerial::read()
|
||||
|
||||
Reference in New Issue
Block a user