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

13 lines
271 B
C
Raw Normal View History

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