NervesLivebook.UI (nerves_livebook v0.15.5)

View Source

Provide a simple UI using the device's built-in LEDs

Livebook, of course, is the main UI. This module handles one LED for now since every supported device has one.

Summary

Functions

Returns a specification to start this module under a supervisor.

Start the UI GenServer

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)

@spec start_link(keyword()) :: GenServer.on_start()

Start the UI GenServer

Options:

  • None