Skip to content
Snippets Groups Projects
Commit 2ddc2fea authored by Mark Frost's avatar Mark Frost
Browse files

Add #ifdef support for CH3/CH4 in tim2_pwm example

-Implement CH3 and CH4 optionally via #define
-By default only CH1 and CH2 are enabled.
-Channels 3 and 4 can be enabled by uncommenting the appropriate line
-Choose whether default of PWM pins is HIGH (0xff) or LOW (0x00)

NOTES:
-Channel 3 is on a different port (GPIOC) which will be enabled if
needed.

-Channel 4 is on the NRST pin so not usable unless you use `minichlink -d`
to disable the NRST function so the pin can be used as a GPIO

-If your board has a bypass capacitor on PD7 for a reset button the
waveforms observed on CH4 will not be nice square waves.
parent e28a05b1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment