Versions in this module Expand all Collapse all v0 v0.2.0 Apr 13, 2021 Changes in this version + type DMXController struct + func NewDMXController(conf usbdmx.ControllerConfig) DMXController + func (d *DMXController) Connect() error + func (d *DMXController) GetChannel(index int16) (byte, error) + func (d *DMXController) Render() error + func (d *DMXController) SetChannel(index int16, data byte) error