PBP don't allow float point values.
You could use HPWM out and PAUSEUS/PAUSE, or a variant of it.
Some
High pin
PAUSE(us) HalfPeriodDelay
LOW pin
PAUSE(us) HalfPeriodDelay
would replace Sound, Freqout, PWM etc etc hapilly here
PBP don't allow float point values.
You could use HPWM out and PAUSEUS/PAUSE, or a variant of it.
Some
High pin
PAUSE(us) HalfPeriodDelay
LOW pin
PAUSE(us) HalfPeriodDelay
would replace Sound, Freqout, PWM etc etc hapilly here
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Steve is there any way by any comant get figures like 0.2 point two point tree?
Nope, not as far as I'm aware of.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi steve.
how can i devide the table into two parts and put pause between them?
Emil
Yelp3:
Lookup2 CounterA,[366,425,483,591,664,760,886,967,1070,1182,1330],Frequency
pause 10
lookup2 countera,[1330,1182,1070,967,886,760,664,591,483,425,366],Frequency
Freqout PORTB.0,16,Frequency
if PORTB.5=0 then
CounterA = CounterA + 1
if Countera < 22 then goto Yelp3
endif
I would like to know all your delays and all your frequency, you could also build 2 lookup, one for the delays, one for the frequency.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks