mirror of https://github.com/arendst/Tasmota.git
Updated Sensor API (markdown)
parent
431de02a2f
commit
b3ccdbfbae
|
@ -262,7 +262,7 @@ AddLogSerial(LOG_LEVEL_INFO);
|
|||
#### void AddLogMissed(char *sensor, uint8_t misses)
|
||||
This function adds a log message to the local logging system about missed sensor reads.
|
||||
|
||||
### I<sup>2</sup>C interface
|
||||
### I<sup>2</sup>C Interface
|
||||
___
|
||||
#### bool I2cValidRead8(uint8_t *data, uint8_t addr, uint8_t reg)
|
||||
#### bool I2cValidRead16(uint16_t *data, uint8_t addr, uint8_t reg)
|
||||
|
|
Loading…
Reference in New Issue