peterzatko
New Member
I have a PIC 18F252 with external crystall 8 MHz and i need help.
I need change delay .
Here is my code in mikrobasic
freq:
q = Integer(PORTB)
t = 1250/q
LED6 = 1
delay_us("t") - I need change these time from 4uS to 1250uS
LED6 = 0
delay_us("t") - I need change these time from 4uS to 1250uS
goto freq
I need change delay .
Here is my code in mikrobasic
freq:
q = Integer(PORTB)
t = 1250/q
LED6 = 1
delay_us("t") - I need change these time from 4uS to 1250uS
LED6 = 0
delay_us("t") - I need change these time from 4uS to 1250uS
goto freq