Changes for version 2.36.5 - 2017-03-11
- we now accept a GPIO pin number as the channel. If 0 or 1 are sent in as channel, we'll use the built-in RPi SPI channel (CE0 or CE1). If a GPIO pin is sent in that is greater than 1, we'll know that this connects to your CS/SS pin on your IC, and we'll automagically bit-bang on that pin for communication, freeing up the two onboard hardware SPI channels. The API was not changed for this. (closes #1)
- prereq of WiringPi::API now 2.36.7
Modules
Communicate with devices over the Serial Peripheral Interface (SPI) bus on Raspberry Pi