13 lines
167 B
C++
13 lines
167 B
C++
#ifndef COMMOBD2BLE4_H
|
|
#define COMMOBD2BLE4_H
|
|
|
|
#include "LiveData.h"
|
|
|
|
class CommObd2Ble4 : public CommInterface {
|
|
|
|
private:
|
|
public:
|
|
};
|
|
|
|
#endif // COMMOBD2BLE4_H
|