This commit is contained in:
Gunnar Skjold
2021-03-24 09:37:46 +01:00
parent be569d1802
commit 606bac100a
5 changed files with 20 additions and 7 deletions

View File

@@ -6,15 +6,15 @@ float DnbCurrParser::getValue() {
}
int DnbCurrParser::available() {
return 0;
}
int DnbCurrParser::read() {
return 0;
}
int DnbCurrParser::peek() {
return 0;
}
void DnbCurrParser::flush() {

View File

@@ -18,15 +18,15 @@ float EntsoeA44Parser::getPoint(uint8_t position) {
}
int EntsoeA44Parser::available() {
return 0;
}
int EntsoeA44Parser::read() {
return 0;
}
int EntsoeA44Parser::peek() {
return 0;
}
void EntsoeA44Parser::flush() {