1 unstable release

0.0.1-alpha Nov 28, 2024

#591 in Hardware support

Download history 76/week @ 2024-11-22 65/week @ 2024-11-29

141 downloads per month

MIT/Apache

13KB
239 lines

dmx-rdm-enttec-pro

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;

fn main() {
    let mut dmx_controller = create_dmx_controller_from_enttec_pro(Ftdi::with_index(0).unwrap()).unwrap();
}

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in dmx-rdm-ftdi by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

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();

Dependencies

~10MB
~135K SLoC