where i have to point the tmr0 preset to properly work?
mainloop:
if INTCON.2=1 THEN
toggle portb.2
endif
INTCON.2=0
TMR0 = 128 'here don't work
goto mainloop
where i have to point the tmr0 preset to properly work?
mainloop:
if INTCON.2=1 THEN
toggle portb.2
endif
INTCON.2=0
TMR0 = 128 'here don't work
goto mainloop
Bookmarks