Skip to content

Files

Latest commit

ff038a3 · Apr 15, 2022

History

History
31 lines (19 loc) · 903 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 903 Bytes

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