Thanks Steve,
However this only moved the dot so instead of 26 C I got 2.6 C!
Thanks Steve,
However this only moved the dot so instead of 26 C I got 2.6 C!
so you just need to adjust this line
T = (T*/200)>> 2
PBP works with integers only. If your result=263, you will display 26.3C with the LCDOUT line i've suggested.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Thanks Steve!
I removed this line entirely: “T = (T*/200)>> 2” and now it works as expected!
Thank you very much guys!
Bookmarks