From b3ccdbfbaeb66d444395857aec0c7b9e4e69b226 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Sat, 23 Feb 2019 15:27:26 -0500 Subject: [PATCH] Updated Sensor API (markdown) --- Sensor-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sensor-API.md b/Sensor-API.md index e167ca8f..cdfd1c24 100644 --- a/Sensor-API.md +++ b/Sensor-API.md @@ -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. -### I2C interface +### I2C Interface ___ #### bool I2cValidRead8(uint8_t *data, uint8_t addr, uint8_t reg) #### bool I2cValidRead16(uint16_t *data, uint8_t addr, uint8_t reg)