View Source NiceRF_SV6xx (NiceRF_SV6xx v0.1.0)
Documentation for NiceRF_SV6xx
.
Summary
Types
Functions
@spec default_params() :: t()
@spec enumerate() :: map()
@spec open(pid(), String.t(), list()) :: :ok | {:error, File.posix()}
@spec read(pid(), non_neg_integer()) :: {:ok, binary()} | {:ok, {:partial, binary()}} | {:error, File.posix()}
@spec reset(pid()) :: :ok | :error
@spec rssi_signal(pid()) :: {non_neg_integer(), non_neg_integer()}
@spec start_link() :: GenServer.on_start()
@spec write(pid(), iodata(), non_neg_integer()) :: :ok | {:error, File.posix()}