21 #ifndef PLUGINS_SPI_SPIPORT_H_
22 #define PLUGINS_SPI_SPIPORT_H_
26 #include "olad/Port.h"
27 #include "plugins/spi/SPIDevice.h"
28 #include "plugins/spi/SPIOutput.h"
40 uint8_t GetPersonality()
const;
41 bool SetPersonality(uint16_t personality);
42 uint16_t GetStartAddress()
const;
43 bool SetStartAddress(uint16_t start_address);
44 unsigned int PixelCount()
const;
46 std::string Description()
const;
47 bool WriteDMX(
const DmxBuffer &buffer, uint8_t priority);
60 #endif // PLUGINS_SPI_SPIPORT_H_