To use, add :blue_heron_transport_hcidev
to your mix.exs
dependencies and
adapt the following to initialize a transport context.
config = %BlueHeron.HCI.Transport.HCIDev{
device: "/dev/ttyACM0",
}
{:ok, ctx} = BlueHeron.transport(config)
The source code is released under the MIT license.
Check LICENSE files for more information.