Open Lighting Architecture
Latest Git
|
The SPI Writer, this writes data to a SPI device
Classes | |
struct | Options |
Public Member Functions | |
SPIWriter (const std::string &spi_device, const Options &options, ExportMap *export_map) | |
std::string | DevicePath () const |
bool | Init () |
bool | WriteSPIData (const uint8_t *data, unsigned int length) |
|
virtual |
Init the SPIWriter
Implements ola::plugin::spi::SPIWriterInterface.