PiPiper / bcm2835

The bcm2835 driver library for PiPiper for use with the Raspberry Pi
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Implement PiPiper::Bcm2835 #4

Closed elmatou closed 8 years ago

elmatou commented 8 years ago

offer support for Pin with libbcm2835 1.50 tested for RW methods, need more test on hardware for event support. should (but not tested) work without sudo for basic GPIO (pull up down excluded)

PWM is on his way with SPI & I2C

zsyed91 commented 8 years ago

@elmatou Is this ready to merge? Or do you have anything else you want to add to this PR?

elmatou commented 8 years ago

It's good to go for now. Pin and PWM work great. Spi and I2C are implemented as in genuine PiPiper but not tested (as it was). I need to test actual devices to check everything. I suspect I2C & Spi not to have ever worked... bin/setup updates the libbcm2835 with last available tarbal.

zsyed91 commented 8 years ago

Alright sounds good. Can you squash these commits down to 1. I think it looks good to merge.

elmatou commented 8 years ago

I just did it. 6a2acb4 is a sqashed commit On Mar 28, 2016 1:56 AM, "Zshawn Syed" notifications@github.com wrote:

Alright sounds good. Can you squash these commits down to 1. I think it looks good to merge.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/PiPiper/bcm2835/pull/4#issuecomment-202170395

zsyed91 commented 8 years ago

:+1: