GrovePi v0.3.2 GrovePi.Supervisor View Source

This is the top level supervisor that is started by the grovepi application. You can use this to start your own grovepi supervision tree by passing a prefix to the start_link function.

    iex> GrovePi.Supervisor.start_link(0x04, MyPrefix)
    {:ok, #PID<0.100.0}

Link to this section Summary

Link to this section Functions

Link to this function start_link(grovepi_address, prefix) View Source