Packages

stk500 protocol for the Arduino

Current section

Files

Jump to
stk500 rebar.config
Raw

rebar.config

{deps, [
{srly, "0.6.5"}
]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
"LICENSE"
]},
{main, "README.md"},
{source_url, "https://github.com/msantos/stk500"}
]}.
{hex, [{doc, ex_doc}]}.