Module dmx_driver

Module dmx_driver 

Source
Expand description

Module for implementing more sophisticated dmx-rdm devices like Enttec DMX Pro, as well as mockups, where a simple uart implementation won’t suffice.

Enums§

DiscoveryOption
DmxError

Traits§

ControllerDriverErrorDef
Trait that ensures that the same Error is used in the DmxControllerDriver as well as the RdmControllerDriver.
CustomStartCodeControllerDriver
Trait for implementing packages with custom start codes.
DmxControllerDriver
Trait for controlling DMX fixtures.
DmxReceiver
RdmControllerDriver
Trait for sending and receiving RDM packages from a controller point of view.