jwhitehorn / pi_piper

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

SPI partly broken in gems #26

Open ingobecker opened 10 years ago

ingobecker commented 10 years ago

PiPiper::Spi::set_mode is broken in stable as well as in pre versions because PiPiper::Spi::SPI_MODE* constants are missing..

bguest commented 10 years ago

https://github.com/jwhitehorn/pi_piper/blob/develop/lib/pi_piper/spi.rb#L49 Looks like they are there to me?

ingobecker commented 10 years ago

You are looking at the wrong branch... i was talking about the released versions like 1.3.2 which is the current stable version available as a ruby gem. As far as is can see, there is still no working release.