Skip to content

blue-heron/blue_heron_transport_hcidev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueHeronTransportHCIDev

Hex version API docs CircleCI

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)

License

The source code is released under the MIT license.

Check LICENSE files for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published