jwhitehorn / pi_piper

Event driven Raspberry Pi GPIO programming in Ruby
BSD 2-Clause "Simplified" License
694 stars 71 forks source link

PWM? how to make a buzzer sound? #44

Closed joecabezas closed 1 year ago

joecabezas commented 9 years ago

Hello, I want to make a piezo buzzer sound, there is a way to do this?, is pi_piper able to pwm?, thanks

elmatou commented 9 years ago

not the released gem, nor the develop branch. But their is two forks with this implementation :

joecabezas commented 9 years ago

thanks, how to install your library?

elmatou commented 9 years ago

not particularly a pi_piper question, use bundler ?

gem 'nokogiri', :git => 'https://github.com/tenderlove/nokogiri.git'

just change je the gem name and the github url.

On Mon, Jun 15, 2015 at 11:18 PM, Joe notifications@github.com wrote:

thanks, how to install your library?

— Reply to this email directly or view it on GitHub https://github.com/jwhitehorn/pi_piper/issues/44#issuecomment-112214907.

elmatou commented 8 years ago

As of today PWM develop branch support Hardware PWM in pin 18. if everything is ok please close the issue

joecabezas commented 1 year ago

Thanks everyone for making the community awesome <3, I am closing this