Place this in the first section of your code;
@ device pic16F872, hs_osc, wdt_off, pwrt_on, lvp_off, protect_off
Change DEFINE LCD_DATAUS 600 to DEFINE LCD_DATAUS 50.
Does it work now?
Place this in the first section of your code;
@ device pic16F872, hs_osc, wdt_off, pwrt_on, lvp_off, protect_off
Change DEFINE LCD_DATAUS 600 to DEFINE LCD_DATAUS 50.
Does it work now?
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