COS company temperature/humididy meter read by HID

Dmitry Yu Okunev 4d4ab70939 Fixed "go vet" problem: unreachable code 7 years ago
example 4951867aa2 fix walker such that it returns 1 device per interface 3 years ago
.gitignore dac4b82ba8 Initial commit 3 years ago
LICENSE dac4b82ba8 Initial commit 3 years ago
README.md ae58655ae2 added note about linux 3 years ago
hid.go 3282805c0c fix wrong log init func 3 years ago
usb_linux.go 4d4ab70939 Fixed "go vet" problem: unreachable code 3 years ago
usbdef32_linux.go adfcbafd00 initial commit 3 years ago
usbdef64_linux.go adfcbafd00 initial commit 3 years ago
usbdef_linux.go adfcbafd00 initial commit 3 years ago

README.md

COSMeter

COS company temperature/humididy meter read by HID

hid

Simple HID driver for Go (pure golang, no dependencies, no cgo)

Currently only Linux (386/amd64) is supported.