ESP32_ChinaDieselHeater_Con.../Arduino/SenderTrial2/Bluetooth.h
rljonesau 399ca22c5a Functionality works with ESP32 BLE or classic (not simultaneously)
Use #ifdef ESP32_USE_BLE_RLJ to toggle modes.

Also broken out bluetooth functions into a few files for better separation of code.
2018-10-18 20:49:14 +11:00

12 lines
184 B
C

#include <Arduino.h>
void Bluetooth_Init();
void Bluetooth_Report(const char* pHdr, const unsigned char Data[24]);
void Bluetooth_Check();
void Bluetooth_Interpret(String line);