I use the examples for navio2 in c++ from here: https://github.com/emlid/Navio2/tree/master/C%2B%2B/Examples/Servo. There exists an enable function in the pwm class here: https://github.com/emlid/Navio2/blob/master/C%2B%2B/Navio/PWM.h
how can I again disable them? I would like to write an arm/disarm routine for single channels.
I cannot remove the enable file in /sys/class/pwm/pwmchip0/. even as root I get permission denied.
thanks for some advice