adriankumpf / abacom-relay-board

A rust crate for controlling the ABACOM CH341A relay board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abacom-relay-board

A crate for controlling the ABACOM CH341A relay board.

Getting started

Requirements

The native libusb library is required in order to compile. All systems supported by libusb library are also supported.

Installation

As library

Add arb as a dependency in Cargo.toml:

[dependencies]
arb = { git = "https://github.com/adriankumpf/abacom-relay-board", tag = 'v0.5.2' }

As binary

Clone the repository and build the binary with cargo build --features=build-binary --release.

References

About

A rust crate for controlling the ABACOM CH341A relay board.


Languages

Language:Rust 100.0%