circuits_uart_midi_framing/README.md

39 lines
1.6 KiB
Markdown
Raw Normal View History

2020-05-04 18:14:37 +12:00
# Circuits.UART.Framing.MIDI
2024-06-24 12:51:31 +12:00
[![Build Status](https://drone.harton.dev/api/badges/james/circuits_uart_midi_framing/status.svg)](https://drone.harton.dev/james/circuits_uart_midi_framing)
[![Hex.pm](https://img.shields.io/hexpm/v/circuits_uart_midi_framing.svg)](https://hex.pm/packages/circuits_uart_midi_framing)
2023-01-17 11:06:40 +13:00
[![Hippocratic License HL3-FULL](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-FULL&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/full.html)
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
[
2023-01-17 11:10:51 +13:00
{:circuits_uart_midi_framing, "~> 1.0.0"}
2020-05-04 18:14:37 +12:00
]
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).
2023-01-17 11:06:40 +13:00
## License
This software is licensed under the terms of the
[HL3-FULL](https://firstdonoharm.dev), see the `LICENSE.md` file included with
this package for the terms.
This license actively proscribes this software being used by and for some
2024-06-24 12:51:31 +12:00
industries, countries and activities. If your usage of this software doesn't
2023-01-17 11:06:40 +13:00
comply with the terms of this license, then [contact me](mailto:james@harton.nz)
with the details of your use-case to organise the purchase of a license - the
cost of which may include a donation to a suitable charity or NGO.