10 lines
No EOL
286 B
C++
10 lines
No EOL
286 B
C++
#ifndef TTL_READER_UTILS_H
|
|
#define TTL_READER_UTILS_H
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <sstream>
|
|
#include <ArduinoJson.h>
|
|
|
|
extern String parseStringSTXandETX(const String& incoming);
|
|
extern uint64_t hexToBinary(const String& hexString);
|
|
#endif |