Files
evDash/CommObd2Can.h
2020-12-07 09:19:28 +01:00

13 lines
163 B
C++

#ifndef COMMOBD2CAN_H
#define COMMOBD2CAN_H
#include "LiveData.h"
class CommObd2Can : public CommInterface {
private:
public:
};
#endif // COMMOBD2CAN_H