hello
what is the pin output used for pwm with pic16f88 device?
it have 2 pin ccp1
thanks
pwm pic16f88
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Hello
The two PWM pins on the 16F88 are RB0 and RB3.
The two PWM pins on the 16F88 are RB0 and RB3.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- Steve
- Matrix Staff
- Posts: 3433
- Joined: Tue Jan 03, 2006 3:59 pm
- Has thanked: 114 times
- Been thanked: 422 times
The CCP1 pin is (by default) on RB0 and the alternative location is RB3. This setting is part of the configuration word data for the chip (set by the "Chip..Configure.." menu).
Additionally, the PWM component will need to be "told" which pin to use. This is achieved by the "Use alternative pin" box in the component's properties page.
Additionally, the PWM component will need to be "told" which pin to use. This is achieved by the "Use alternative pin" box in the component's properties page.