Speeding up readings of MULTIPLE SHT1x or SHT7x sensors

Humidity in asuync mode is a bit more complicated as it needs the temperature.

tip:
first read the temperature and give this as a param to asyncREadHumidity(float tempC);

so it can correct the raw humidity.