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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

94caa4f · Jul 29, 2020

History

5 Commits
Dec 4, 2019
Jul 29, 2020
Dec 3, 2019
Dec 3, 2019
Dec 4, 2019
Dec 3, 2019
Dec 4, 2019
Dec 3, 2019
Dec 4, 2019
Jul 29, 2020
Jul 29, 2020
Dec 4, 2019

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