tinance2-doorbot/include/ttl_reader_utils.h
2024-01-30 18:21:48 +01:00

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