prototooth/bluetooth.go

10 lines
424 B
Go

// Package bluetooth provides a cross-platform Bluetooth module for Go
// that can be used on operating systems such as Linux, macOS, and Windows.
//
// It can also be used running "bare metal" on microcontrollers such as
// those produced by Nordic Semiconductor.
//
// This package can be use to create Bluetooth Low Energy centrals as well as peripherals.
//
package bluetooth // import "git.tcp.direct/kayos/prototooth"