new function pidControlLoop() { temp = htu.readHumidity(); humidity = htu.readHumidity();
Is it a mistake of using htu.readHumidity (); both for temperature and humidity?
@Frida started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Is it a mistake of using htu.readHumidity (); both for temperature and humidity?