bluetooth/bluetooth.go

9 lines
417 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 "gitrepo.ru/neonxp/bluetooth"