Revision history for RPi-SPI
2.36.1 2017-01-22
- initial release (version number matches wiringPi's, plus an
incremental trailing decimal place for updates to this module
- we default to 1MHz speed if not specified in the new() method
- we die() if we can't open or write to the SPI bus
- changed to using WiringPi::API::spiDataRW() (a custom wrapper for
wiringPiSPIDataRW(), so that we can send in an aref to the C
functions)