RpiSpiDevice constructor

RpiSpiDevice(
  1. int _fd,
  2. int _speed
)

Implementation

RpiSpiDevice(this._fd, this._speed);