https://github.com/zserge/hid
Simple HID driver for Go (pure golang, no dependencies, no cgo)
https://github.com/zserge/hid
Last synced: 3 months ago
JSON representation
Simple HID driver for Go (pure golang, no dependencies, no cgo)
- Host: GitHub
- URL: https://github.com/zserge/hid
- Owner: zserge
- License: mit
- Created: 2015-05-05T13:33:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T18:30:03.000Z (about 6 years ago)
- Last Synced: 2025-10-23T17:44:12.094Z (7 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 121
- Watchers: 4
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hid
Simple HID driver for Go (pure golang, no dependencies, no cgo)
Currently only Linux (386/amd64) is supported.