Skip to content

A rust crate for controlling the ABACOM CH341A relay board.

Notifications You must be signed in to change notification settings

adriankumpf/abacom-relay-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages