From 5d0d211df09d30ba05843637ccb28969bfbad215 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht <31932013+gschorcht@users.noreply.github.com> Date: Fri, 15 Sep 2017 09:26:21 +0200 Subject: [PATCH] Correction of some typos --- extras/sht3x/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/sht3x/README.md b/extras/sht3x/README.md index 11edf30..739efaa 100644 --- a/extras/sht3x/README.md +++ b/extras/sht3x/README.md @@ -1,4 +1,4 @@ -# Driver for SHT3x digital temperature and humity sensor +# Driver for SHT3x digital temperature and humidity sensor This driver is written for usage with the ESP8266 and FreeRTOS ([esp-open-rtos](https://github.com/SuperHouse/esp-open-rtos) and [esp-open-rtos-driver-i2c](https://github.com/kanflo/esp-open-rtos-driver-i2c)). @@ -6,7 +6,7 @@ Please note: The driver supports multiple sensors connected to different I2C wit ## About the sensor -SHT3x is a digital temperature and humity sensor that uses I2C interface as slave with up to 1 MHz communication speed. It can operate with three levels of *repeatability* (low, medium and high) in two different modes, the *single shot data aquisition mode* and the *periodic data aquisition mode*. +SHT3x is a digital temperature and humidity sensor that uses I2C interface as slave with up to 1 MHz communication speed. It can operate with three levels of *repeatability* (low, medium and high) in two different modes, the *single shot data aquisition mode* and the *periodic data aquisition mode*. ### Single shot data aquisition mode