Packages

Parse DSM packets from a Spektrum receiver

Current section

Files

Jump to
dsm_parser README.md
Raw

README.md

# DsmParser
**TODO: Add description**
## Installation
This package can be installed
by adding `dsm_parser` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dsm_parser, "~> 0.1.0"}
]
end
```
Documentation can be found at [https://hexdocs.pm/dsm_parser](https://hexdocs.pm/dsm_parser).