This commit is contained in:
Lubos Petrovic
2020-12-21 18:45:20 +01:00
parent d3b0f907fe
commit 859425d6f2
2 changed files with 22 additions and 5 deletions

View File

@@ -30,4 +30,5 @@ class CommObd2Can : public CommInterface {
void sendFlowControlFrame();
uint8_t receivePID();
bool processFrame();
void processMergedResponse();
};