circuits_uart_midi_framing/README.md

24 lines
653 B
Markdown
Raw Normal View History

2020-05-04 18:14:37 +12:00
# Circuits.UART.Framing.MIDI
2020-05-04 21:26:45 +12:00
Implements a simple framing that splits incoming serial data into individual
messages.
2020-05-04 18:14:37 +12:00
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
2020-05-04 21:26:45 +12:00
by adding `circuits_uart_midi_framing` to your list of dependencies in
`mix.exs`:
2020-05-04 18:14:37 +12:00
```elixir
def deps do
[
{:circuits_uart_midi_framing, "~> 0.1.0"}
]
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/circuits_uart_midi_framing](https://hexdocs.pm/circuits_uart_midi_framing).