Arb.activate

You're seeing just the function activate, go back to Arb module for more information.
Link to this function

activate(ids, opts \\ [])

View Source

Specs

activate([relay_id()], Keyword.t()) :: :ok | {:error, term()}

Activates the relays that correspond to the given a list of IDs. An empty list deactivates all relays.

Options

  • :port - The USB port to be used. Only necessary if multiple relay boards are connected.

  • :verify - Configures whether the activation should be verified. The default value is true.

Examples

iex> Arb.activate([1, 4, 7])
:ok