SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.54k stars 490 forks source link

SHT3x driver updates #525

Closed gschorcht closed 6 years ago

gschorcht commented 6 years ago
  1. Minor corrections:

    • Soft reset mechanism of SHT3x does not work when sensor is in any measurement mode. Therefore, a an unsuccessful soft reset it does not abort initialization procedure anymore.
  2. Minor changes:

    • Automatic delaying and repeating an i2c access when i2c interface is busy was removed. User has to deal with concurrency using semaphores.
    • GPIO_ID_PIN macros removed
    • typos
  3. Changes

    • make it possible to use the same driver and example source code also with ESP32 (ESP-IDF)