Skip to content
/ tycmdex Public

Elixir wrapper for tycmd (tytools), for programming Teensy boards.

License

Notifications You must be signed in to change notification settings

valiot/tycmdex

Repository files navigation

Tycmdex

Elixir wrapper of tycmd (tytools), for programming Teensy boards.

Installation

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.

About

Elixir wrapper for tycmd (tytools), for programming Teensy boards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published