Files
SyncHome/trunk/Arduino/esp32-cam-webserver/src/parsebytes.h
2023-03-17 11:40:49 +00:00

2 lines
88 B
C

extern void parseBytes(const char* str, char sep, byte* bytes, int maxBytes, int base);