Ttelmah Guest
|
|
Posted: Wed Oct 18, 2006 4:53 am |
|
|
Help if you said 'what chip'...
Look in the header file.
For example, for the 18F1220, with ECCP, the available constants for the CCP, are massively expanded, so you can call:
setup_ccp(CCP_PWM|CCP_PWM_FULL_BRIDGE);
To give the full bridge ECCP mode.
Best Wishes |
|