Post topics, source code that relate to the Arduino Platform

User avatar
By BritneyLynn
#93121 Hello Everybody,

I've a working hardware setup and two codes 1 to read the sht30 and push the data to my tft screen.
I want to combine these whenever the humidity is over 50% the fans should go on.
My searching leads me to think I need to convert my sht30.humidity into an int before making the if loop.
Or it could be something entirely else ofcourse
help me?