jperkin / node-rpio

Raspberry Pi GPIO library for node.js
858 stars 124 forks source link

PWM Mark-space mode #63

Closed verticelo closed 6 years ago

verticelo commented 6 years ago

Hi there,

Is it possible to set a PWM pin to mark-space mode instead of the balanced mode?

jperkin commented 6 years ago

Currently we default to mark-space mode, balanced is currently unsupported. Configuring this is something I want to add though.

verticelo commented 6 years ago

Lovely and thank you for your work on this library!