Skip to main content

Module globals

Module globals 

Source
Expand description

Application-wide shared states for:

All init_* functions must be called exactly once during startup in main(), a seccond call to any init function will cause a panic.

Staticsยง

DISPLAY ๐Ÿ”’
ESP_TIME ๐Ÿ”’
STORAGE ๐Ÿ”’
WIDGET_STORE ๐Ÿ”’

Functionsยง

console_println
get_store_items
init_display
init_storage
init_store
init_time
now
with_display
with_storage
with_store
with_time

Type Aliasesยง

GlobalMutex ๐Ÿ”’