You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand, this function is supposed to get current dutycycle of a gpio pin, which the equivalent command would be pigs gdc 18 if I wanted to get dutycycle of pin 18.
Yet as mentioned in documentation and in actual runs, it always returns 0. What is it supposed to accomplish? How do I get pwm dutycycle with the pigpiod_if2 api?
The text was updated successfully, but these errors were encountered:
As far as I understand, this function is supposed to get current dutycycle of a gpio pin, which the equivalent command would be
pigs gdc 18
if I wanted to get dutycycle of pin 18.Yet as mentioned in documentation and in actual runs, it always returns 0. What is it supposed to accomplish? How do I get pwm dutycycle with the pigpiod_if2 api?
The text was updated successfully, but these errors were encountered: