Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriankumpf/abacom-relay-board
A rust crate for controlling the ABACOM CH341A relay board.
https://github.com/adriankumpf/abacom-relay-board
abacom ch341a libusb relay-board rust-lang
Last synced: 16 days ago
JSON representation
A rust crate for controlling the ABACOM CH341A relay board.
- Host: GitHub
- URL: https://github.com/adriankumpf/abacom-relay-board
- Owner: adriankumpf
- Created: 2018-01-03T15:58:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T11:29:10.000Z (9 months ago)
- Last Synced: 2024-10-11T14:10:59.591Z (about 1 month ago)
- Topics: abacom, ch341a, libusb, relay-board, rust-lang
- Language: Rust
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# abacom-relay-board
A crate for controlling the ABACOM CH341A relay board.
## Getting started
### Requirements
The native [libusb](https://github.com/libusb/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:
```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
- [USB-Relaiskarte LRB, 8-fach](https://www.electronic-software-shop.com/hardware/relais/usb-relaiskarte-lrb-8-fach.html)
- [ABACOM: USB-LRB Relaiskarte am Raspberry Pi](https://github.com/olerem/ch341a-relay-board)
- [Project: CH341A relay board](http://forum.abacom-online.de/phpBB3/viewtopic.php?f=51&t=3751)