node-red / node-red

Low-code programming for event-driven applications
http://nodered.org
Apache License 2.0
19.84k stars 3.42k forks source link

rpi-gpio node: support frequency change while in PWM mode #1205

Closed namgk closed 7 years ago

namgk commented 7 years ago

Hi there,

Do you have a plan to let user to change frequency of PWM output in addition to duty cycle? Currently it's fixed at 100. I'm controlling a 4-pin fan and its PWM requires frequency ranging around 25khz.

Thanks

knolleary commented 7 years ago

Hi, for general questions, as described in our contribution guidelines, we prefer to handle them on the mailing list, slack team or you could ask a question on Stack Overflow and tag it node-red.

Thanks!

dceejay commented 7 years ago

Short answer is we weren't particularly planning on changing it, but it wouldn't be hard to patch to try.