Re: [beagleboard] Re: libpruio: How to Turn Off PWM?

2019-03-14 Thread Don Pancoe
Thank you for the reply! So far,* pruio_pwm_setValue()* with a non-zero frequency and zero duty cycle definitely seems like the most stable way to stop a PWM signal. Don On Thu, Mar 14, 2019 at 12:42 PM TJF wrote: > Hi Don! > > Am Mittwoch, 13. März 2019 21:49:06 UTC+1 schrieb Don Pancoe: >> >>

[beagleboard] Re: libpruio: How to Turn Off PWM?

2019-03-14 Thread TJF
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

[beagleboard] Re: libpruio: How to Turn Off PWM?

2019-03-13 Thread 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. Don On Wednesday, March 13, 2019 at 10:39:43 AM UTC-4, Don Pancoe wrote: > > I have been making good progress with learning and using libpruio