Howdy,
I have a project in mind that could use the hpwm on my pic 16F628.
Unfortuantley I ma getting pretty confused by the data sheet and would like some help getting started.
For example, what code is required to generate a 1KHz / 50% duty cycle pulse train? This is what I have so far:
<table border=1><tr><td><b>CMCON</b> = 7
<b>DEFINE</b> OSC 4
PAUSE 1000
<b>HPWM</b> 1,127,1000
END
</td></tr></table>
Bookmarks