Crate dmx_rdm_enttec_pro

Crate dmx_rdm_enttec_pro 

Source
Expand description

Library for using an Enttec DMX Pro (OpenDMX devices won’t work) with the dmx-rdm-rs library.

It is important that the Enttec DMX Pro is flashed with the RDM firmware. Refer to the official api documentation for more information.

§Example

use libftd2xx::Ftdi;
use dmx_rdm_enttec_pro::create_dmx_controller_from_enttec_pro;

let mut dmx_controller = create_dmx_controller_from_enttec_pro(Ftdi::with_index(0).unwrap()).unwrap();

Structs§

EnttecProDriver

Enums§

EnttecProError

Functions§

create_dmx_controller_from_enttec_pro