Crates.io | dmx-rdm-enttec-pro |
lib.rs | dmx-rdm-enttec-pro |
version | 0.0.1-alpha |
source | src |
created_at | 2024-11-28 18:38:00.551507 |
updated_at | 2024-11-28 18:38:00.551507 |
description | DMX-RDM driver for the Enttec DMX Pro. |
homepage | |
repository | https://github.com/TKFRvisionOfficial/dmx-rdm-rs-drivers |
max_upload_size | |
id | 1464869 |
size | 12,199 |
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.
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();
}
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.