Registry / utility / zondax-hid

zondax-hid

JSON →
library0.9.2gogounverified

Package hid provides an interface for USB HID devices.

go get github.com/zondax/hid
INSTALL
IMPORT
SIG · ZONDAX-HID
Z
zondax-hid
utilitygov0.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hid
github.com/zondax/hid

Enumerates all HID devices connected to the system.

package main import ( "fmt" "github.com/zondax/hid" ) func main() { devices, err := hid.Enumerate(0, 0) if err != nil { panic(err) } fmt.Println(devices) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Resources
zondax-hid — go get zondax-hid · libregistry