(newbe here)
Should that be High PORTB.4 and LOW PORTB.4?
I also don't see an ADCON1 being setup
Code:if x > %10000000 then PORTB.4 = 1 endif if x < %00000111 then PORTB.4 = 0 endif
(newbe here)
Should that be High PORTB.4 and LOW PORTB.4?
I also don't see an ADCON1 being setup
Code:if x > %10000000 then PORTB.4 = 1 endif if x < %00000111 then PORTB.4 = 0 endif
Last edited by norohs; - 2nd November 2012 at 03:26.
Bookmarks