https://github.com/valiot/tycmdex
Elixir wrapper for tycmd (tytools), for programming Teensy boards.
https://github.com/valiot/tycmdex
Last synced: 10 months ago
JSON representation
Elixir wrapper for tycmd (tytools), for programming Teensy boards.
- Host: GitHub
- URL: https://github.com/valiot/tycmdex
- Owner: valiot
- License: mit
- Created: 2019-12-04T03:07:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T15:57:01.000Z (over 5 years ago)
- Last Synced: 2025-02-22T18:04:41.723Z (11 months ago)
- Language: Elixir
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tycmdex
Elixir wrapper of tycmd (tytools), for programming Teensy boards.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tycmdex` to your list of dependencies in `mix.exs`:
```elixir
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](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/tycmdex](https://hexdocs.pm/tycmdex).