Hi Don! Am Mittwoch, 13. März 2019 21:49:06 UTC+1 schrieb Don Pancoe: > > Using *pruio_gpio_setValue()* to set a value of zero seems to do the > trick, but I'd still be curious to know if there is an "official" way to do > this. >
Setting the duty cycle to zero is the official way to switch off PWM output. (Note: switching off by setting the frequency to zero would be dangerous, since it will set the frequency for both outputs A and B in case of output generated by a PWMSS subsystem. That's why such a feature isn't implement.) Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/b33823ba-e93b-494e-8a5d-f814def919d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
