You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
415 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 "tinygo.org/x/bluetooth"