jantimon / meteor-gpio

Getting and setting GPIO values for Raspberry Pi / Odroid / BeagleBone
2 stars 0 forks source link

PWM #4

Open Oyabi opened 9 years ago

Oyabi commented 9 years ago

Hi, I have a school project and I have a question. Can you manage PWM with your module ? Regards.

jantimon commented 9 years ago

It's a wrapper of onoff: https://www.npmjs.com/package/onoff so all you can see are the high/low updates on your IO ports.

Oyabi commented 9 years ago

Ok, thank you. ^^ Have a nice day.