Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 674 Bytes

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.