Elixir library to allow parallel access to a single input device, for example a sensor or a camera on an RaspberryPi.
The package can be installed by adding nerves_sad
to your list of dependencies in mix.exs
:
def deps do
[
{:nerves_sad, git: "https://github.com/visciang/nerves_sad.git", tag: "xxx"}
]
end