![]() |
Open Lighting Architecture 0.10.9
|
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) |
![]() |
|
inlinevirtual |
Implements ola::plugin::spi::SPIWriterInterface.
|
virtual |
Init the SPIWriter
Implements ola::plugin::spi::SPIWriterInterface.
|
virtual |
Implements ola::plugin::spi::SPIWriterInterface.