@hackage usb0.1
Communicate with USB devices
Categories
License
BSD-3-Clause
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Installation
Dependencies (4)
- base >=4 && <4.2
- bindings-libusb >=1.1 && <1.2
- bytestring >=0.9 && <0.10
- text >=0.4 && <0.5 Show all…
Dependents (9)
@hackage/usb-safe, @hackage/usb-iteratee, @hackage/acme-everything, @hackage/ftdi, @hackage/ls-usb, @hackage/blink1, Show all…
This library enables you to communicate with USB devices from userspace. It is implemented as a high-level wrapper around bindings-libusb which is a low-level binding to the C library: libusb-1.*.