Tell us about yourself!
Nodemcu devkit (esp8266) display temperature on an i2c lcd display
Thankyou so much for sharing this. I have struggled to find info on this at all. One change to the code and it worked:lcd.begin();Needed to be changed tolcd.init();Guessing it's just a newer version of the library?Thanks again
Thankyou so much for sharing this. I have struggled to find info on this at all. One change to the code and it worked:lcd.begin();Needed to be changed tolcd.init();Guessing it's just a newer version of the library?Thanks again