Comm interface

This commit is contained in:
Lubos Petrovic
2020-12-20 15:31:45 +01:00
parent e7e16f9a9a
commit c096858db4
11 changed files with 516 additions and 418 deletions

View File

@@ -2,11 +2,22 @@
#define COMMOBD2CAN_H
#include "LiveData.h"
#include "CommInterface.h"
class CommObd2Can : public CommInterface {
protected:
public:
void connectDevice() override;
void disconnectDevice() override;
void scanDevices() override;
void mainLoop() override;
//
/* void startBleScan();
bool connectToServer(BLEAddress pAddress);
bool doNextAtCommand();
bool parseRow();
bool parseRowMerged(); */
};
#endif // COMMOBD2CAN_H