|
Edited by skematic at 2018-5-22 02:32
Unlike the raspberry pi, it seems physical pin 12/wPi 1 is not capable of hardware PWM
- root@orangepilite:/home/orange/WiringOP# gpio mode 1 pwm
- the pin you choose is not surport hardware PWM
- you can select PI3 for PWM pin
- or you can use it in softPwm mode
Copy code
I've succeeded setting up softPwm in both cpp and python, but is there also a command in bash for this?
Also important, what pins are capable of hardware pwm?
|
|