A crate for controlling the ABACOM CH341A relay board.
The native libusb library is required in
order to compile. All systems supported by libusb
library are also supported.
Add arb
as a dependency in Cargo.toml:
[dependencies]
arb = { git = "https://github.com/adriankumpf/abacom-relay-board", tag = 'v0.5.2' }
Clone the repository and build the binary with cargo build --features=build-binary --release
.