Module interfaces

Module interfaces 

Source

Traits§

DmxInterface
Trait that should be implemented by all interfaces. For now, there is no possibility to modularly create a DmxInterface. TODO

Functions§

dmx_output_loop
Initiates the interfaces, then calculates the DMX-values and outputs them to the interfaces. For now, this function outputs the DMX-values all to artnet, but this should later be changed to allow all interfaces, that implement the trait [‘DmxInterface’]. TODO