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}