Updated Sensor API (markdown)

Michael Ingraham 2019-02-23 15:27:26 -05:00
parent 431de02a2f
commit b3ccdbfbae
1 changed files with 1 additions and 1 deletions

@ -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)