ronanguilloux / php-gpio

A PHP library to play with the Raspberry PI's GPIO pins
MIT License
270 stars 59 forks source link

PWM support #15

Open kasperhartwich opened 9 years ago

kasperhartwich commented 9 years ago

Could it be possible to support PWM (Pulse Width Modulation)?

ronanguilloux commented 9 years ago

I suppose yes: Please do not hesitate to add your own PR. Some hints & ideas: http://raspberrypi.stackexchange.com/questions/298/can-i-use-the-gpio-for-pulse-width-modulation-pwm

calcinai commented 8 years ago

Hey, I know this is an old topic, but you might be able to pull the PWM code from a library I've been working on and add to this one?