From 00d7335bacc4ed614016388ed8d58227874b0705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A1mb=C3=B3=2C=20Levente?= Date: Thu, 28 Dec 2023 17:53:12 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0347ec2..6fab1ee 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Example](https://github.com/lyimmi/usbrelay/actions/workflows/go-example.yml/badge.svg)](https://github.com/lyimmi/usbrelay/actions/workflows/go-example.yml) [![UmockdevTest](https://github.com/lyimmi/usbrelay/actions/workflows/test.yml/badge.svg)](https://github.com/lyimmi/usbrelay/actions/workflows/test.yml) +usb hid relay + A package for controlling USB relay boards with HID API in go, capable of controlling any number of channels on a relay board. **This package is work in progress, the public interface and behavior may change.** @@ -11,6 +13,7 @@ A package for controlling USB relay boards with HID API in go, capable of contro The package uses [karalabe/hid](https://github.com/karalabe/hid) to access and control the USB device. karalabe/hid has a simple interface, embeds `libusb` that makes this package `go get`-able. + ## Usage ### Requirements