/nerves_sad

Nerves SAD (Single Access Device)

Primary LanguageElixir

Nerves SAD (Single Access Device)

Build Status Coverage Status

Elixir library to allow parallel access to a single input device, for example a sensor or a camera on an RaspberryPi.

Installation

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