Current section
Files
Jump to
Current section
Files
src/eensy.app.src
{application, eensy, [
{vsn, "0.1.1"},
{applications, [gleam_erlang,
gleam_stdlib,
gleeunit]},
{description, "Gleam framework for microprocessor-based embedded systems."},
{modules, [eensy,
eensy@gpio,
eensy@http@server,
eensy@i2c,
eensy@network,
eensy@otp@actor,
eensy@otp@static_supervisor,
eensy@otp@system,
eensy@otp@task]},
{registered, []}
]}.