prototooth/go.mod
Ayke van Laethem b568c93250
all: add support for sending notifications
This is done by enabling the Notify permission and writing to the
characteristics: writes will automatically notify connected centrals.
2020-06-03 19:42:21 +02:00

10 lines
215 B
Modula-2

module github.com/tinygo-org/bluetooth
go 1.14
require (
github.com/go-ole/go-ole v1.2.4
github.com/muka/go-bluetooth v0.0.0-20200601103727-d7408229e514
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed
)