tinance2-doorbot/include/ttl_reader_utils.h

10 lines
286 B
C
Raw Normal View History

2024-01-30 17:21:48 +00:00
#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