ESP32_ChinaDieselHeater_Con.../Arduino/SenderTrial2/Bluetooth.h
2018-10-30 22:05:29 +11:00

11 lines
321 B
C++

#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!