forked from espressif/arduino-esp32
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
This commit is contained in:
9
libraries/BluetoothSerial/library.properties
Normal file
9
libraries/BluetoothSerial/library.properties
Normal file
@ -0,0 +1,9 @@
|
||||
name=BluetoothSerial
|
||||
version=1.0
|
||||
author=Evandro Copercini
|
||||
maintainer=Evandro Copercini
|
||||
sentence=Simple UART to Classical Bluetooth bridge for ESP32
|
||||
paragraph=
|
||||
category=Communication
|
||||
url=
|
||||
architectures=esp32
|
Reference in New Issue
Block a user