PulseOut support in pulseio library on Raspberry Pi #878
Replies: 1 comment 2 replies
-
You want to use the pwmio module instead. This was changed a couple years ago to reflect a similar change in CircuitPython. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The pulseio library does not support PulseOut for sending ir codes on Raspberry Pi, or if I'm reading pulseio.py out correctly, on any Blinka board. Is there a reason this feature isn't enabled? Seems odd to me that PulseIn is supported (and works) but PulseOut isn't.
Beta Was this translation helpful? Give feedback.
All reactions