Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDevDisplayChannel ¶
func NewDevDisplayChannel(ctx context.Context) display.UpdateChannel
func NewDevLedUpdateChannel ¶
func NewDevLedUpdateChannel(ctx context.Context) led.UpdateChannel
Types ¶
type App ¶
type App interface { eventhandler.EventHandler Init() Dispose() Activate() Deactivate() }
func LoadAppFromFile ¶
func LoadAppFromFile(filePath string, displayUpdate display.UpdateChannel, ledUpdate led.UpdateChannel) App
Click to show internal directories.
Click to hide internal directories.