This is a simple collection of wrappers for the spigen
device
on FreeBSD that allow access to the device from various languages.
Currently this repository contains:
- A Python wrapper based on the
ioctl
interface of thefcntl
module. This is an implementation of theSPIBus
class of the labdevices SPIBus base class