deditex v0.1.0 Deditex.Read

Link to this section Summary

Functions

Reads a value from multiple channels starting at first_channel

Link to this section Functions

Link to this function generate_read_package(width, address, state)
generate_read_package(<<_::8>>, non_neg_integer(), map()) :: {byte(), binary()}
Link to this function read_from_deditec(width, first_channel, state)
read_from_deditec(String.t(), pos_integer(), map()) ::
  :error
  | :ok
  | {:error, byte()}
  | {:ok, non_neg_integer()}
  | {:error, byte(), non_neg_integer()}

Reads a value from multiple channels starting at first_channel.