Packages

Parse SBus packets from an Frsky SBus receiver

Current section

Files

Jump to
frsky_parser README.md
Raw

README.md

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