prototooth/bluetooth.go

10 lines
424 B
Go
Raw Normal View History

// 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.
//
2021-05-12 23:41:12 +00:00
package bluetooth // import "git.tcp.direct/kayos/prototooth"