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