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:
copercini
2018-03-05 03:34:10 -03:00
committed by Me No Dev
parent 835268c326
commit b4b9a79eea
7 changed files with 378 additions and 0 deletions

View File

@ -0,0 +1,26 @@
#######################################
# Syntax Coloring Map For BluetoothSerial
#######################################
#######################################
# Library (KEYWORD3)
#######################################
BluetoothSerial KEYWORD3
#######################################
# Datatypes (KEYWORD1)
#######################################
BluetoothSerial KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
SerialBT KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################