arduino-esp32/libraries/BluetoothSerial
copercini b4b9a79eea Add BluetoothSerial library (#1144)
* Add BluetoothSerial library

A simple UART to Classical Bluetooth bridge for ESP32

* Create README.md

* Fix typos

* Replace deprecated header and small fixes

* Add coexistence with BLE

* Add missing semicolon
2018-03-05 07:34:10 +01:00
..
examples/SerialToSerialBT Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00
src Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00
keywords.txt Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +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?