arduino-esp32/libraries/BluetoothSerial
Rick van Hattem bc3d11364f Fixed incorrect usage of xEventGroupWaitBits (#3446)
* Fixed incorrect usage of xEventGroupWaitBits

* Added parentheses and `!= 0`
2019-11-11 17:34:01 +01:00
..
examples Support for Master mode, Pin and SSP (#3219) 2019-10-01 17:34:46 +03:00
src Fixed incorrect usage of xEventGroupWaitBits (#3446) 2019-11-11 17:34:01 +01:00
keywords.txt Add hasClient for BluetoothSerial (#1183) 2018-03-09 11:16:18 +01:00
library.properties Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00
README.md Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00

Bluetooth Serial Library

A simple Serial compatible library using ESP32 classical bluetooth (SPP)

How to use it?