Implements MIDI framing for Serial ports connected via Circuits.UART.
Find a file
2020-05-04 18:14:37 +12:00
lib/circuits/uart/framing First post 2020-05-04 18:14:37 +12:00
test First post 2020-05-04 18:14:37 +12:00
.formatter.exs First post 2020-05-04 18:14:37 +12:00
.gitignore First post 2020-05-04 18:14:37 +12:00
mix.exs First post 2020-05-04 18:14:37 +12:00
README.md First post 2020-05-04 18:14:37 +12:00

Circuits.UART.Framing.MIDI

TODO: Add description

Installation

If available in Hex, the package can be installed by adding circuits_uart_midi_framing to your list of dependencies in mix.exs:

def deps do
  [
    {:circuits_uart_midi_framing, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/circuits_uart_midi_framing.