Elixir wrapper of tycmd (tytools), for programming Teensy boards.
If available in Hex, the package can be installed
by adding tycmdex
to your list of dependencies in mix.exs
:
def deps do
[
{:tycmdex, "~> 0.1.0"}
# the current elixir-cmake hex package (0.1.0) is not compatible.
{:elixir_cmake, github: "valiot/elixir-cmake", override: true}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tycmdex.