I can increase the duty cycle and it is good for me.
I would like to do high with value 1.5 in hexadecimal.
is it possible?
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Mon Feb 25, 2008 11:15 am
No. But you could use the delay_us() function instead of delay_ms().
Then you can pass it a parameter (int16) of 1500. A delay of 1500 us
is the same as 1.5 ms.
alex Guest
Posted: Mon Feb 25, 2008 8:29 pm
thanks, PCM programmer.
I will test your sugestion.
And I will post here the result.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum