No i does not work...
temperature = ( temperature * / 461 ) + 3200
ERROR Line 23: Bad expression. (TEST.pbp)
I use Microcode Studio and microcode put define in uppercase by auto, or do i still have to write it in uppercase?
Bad expression is fixed now, but the problem whit the LCD still remains...
This is driving me crasy..... gaaahhh i have to take a pause and a cup of coffee now...
Remove the space between the * and / in temperature = ( temperature * / 461 ) + 3200.
Bookmarks