Subject: | Missing variable in Device::BCM2835 BCM2835_PWM |
Date: | Wed, 30 Jan 2013 21:01:51 +0100 |
To: | bug-Device-BCM2835 [...] rt.cpan.org |
From: | Oskar Norin <oskar.norin [...] gmail.com> |
Hi
Start with saying thanks for a perfect library for Perl, I think this is a
feature request and not a bug.
I have used it a lot but run into problems with handling PWM for my
Raspberry PI rev B.
What I think I miss in the library is the BCM2835_PWM base variable for
handling PWM functions. This became available in c lib BCM2835 in version
1.13 but I guess that the Perl library is older that that.
According to my understanding I need the base address for handing the PWM
registers on the Raspberry.
My knowledge about Perl is too weak to attack the Perl lib myself and I
kindly ask for help for adding the variable to the library.
Please correct me if I'm wrong.
Best regards
Oskar Norin
Sweden