ESP32_ChinaDieselHeater_Con.../Arduino/SenderTrial2/Bluetooth.h

12 lines
321 B
C
Raw Normal View History

#include <Arduino.h>
class CProtocol;
void Bluetooth_Init();
void Bluetooth_SendFrame(const char* pHdr, const CProtocol& Frame, bool lineterm=true);
void Bluetooth_Check();
void Bluetooth_SendACK();
extern void Command_Interpret(const char* pLine); // decodes received command lines, implemented in main .ino file!