CommInterface, CommObd2Ble4, CommObd2Can

This commit is contained in:
Lubos Petrovic
2020-12-07 09:19:28 +01:00
parent 581a5a9ec4
commit a7fff773b5
7 changed files with 62 additions and 1 deletions

12
CommObd2Ble4.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef COMMOBD2BLE4_H
#define COMMOBD2BLE4_H
#include "LiveData.h"
class CommObd2Ble4 : public CommInterface {
private:
public:
};
#endif // COMMOBD2BLE4_H