Circuits.USB
lets you communicate with hardware devices using USB protocols.
If available in Hex, the package can be installed
by adding circuits_usb
to your list of dependencies in mix.exs
:
def deps do
[{:circuits_usb, "~> 0.1.0"}]
end
Currently, Libusb isn't enabled in Nerves Projects by default but may be added since it is a small libray.