Ds18b20_1w

This is a simple library for reading 1wire ds18b20 sensors

Installation

If available in Hex, the package can be installed by adding ds18b20_1w to your list of dependencies in mix.exs:

def deps do
  [
    {:ds18b20_1w, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ds18b20_1w.

Usage

read_sensors/0 for getting readings from any connected sensors

list_sensors/0 lists any connected sensors