aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux/spidev.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add support for spidev devicesKevin O'Connor2017-09-201-0/+68
Add support for sending SPI messages to devices via the standard Linux SPI interface. This can be used to configure the shift registers on Replicape boards. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>