Implements MIDI framing for Serial ports connected via Circuits.UART.
Find a file
2021-12-09 11:06:03 +13:00
config chore: set up git_ops and auto-releasing 2021-12-09 11:05:12 +13:00
lib/circuits/uart/framing Initial revision. 2020-05-04 21:26:45 +12:00
test Initial revision. 2020-05-04 21:26:45 +12:00
.formatter.exs First post 2020-05-04 18:14:37 +12:00
.gitignore Initial revision. 2020-05-04 21:26:45 +12:00
.gitlab-ci.yml chore: set up git_ops and auto-releasing 2021-12-09 11:05:12 +13:00
CHANGELOG.md chore: set up git_ops and auto-releasing 2021-12-09 11:05:12 +13:00
LICENSE Initial revision. 2020-05-04 21:26:45 +12:00
mix.exs chore: set up git_ops and auto-releasing 2021-12-09 11:05:12 +13:00
mix.lock chore: set up git_ops and auto-releasing 2021-12-09 11:05:12 +13:00
README.md Initial revision. 2020-05-04 21:26:45 +12:00
renovate.json chore: update renovate.json 2021-12-09 11:06:03 +13:00

Circuits.UART.Framing.MIDI

Implements a simple framing that splits incoming serial data into individual messages.

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.