Merge branch 'IoTManagerProject:ver3' into ver3

This commit is contained in:
Dmitry Borisenko
2021-12-15 00:20:04 +01:00
committed by GitHub
7 changed files with 88 additions and 13 deletions

View File

@@ -2,6 +2,10 @@
#include <Arduino.h>
void hex2string(byte array[], unsigned int len, char buffer[]);
int string2hex(const char* str, unsigned char* bytes );
uint8_t hexStringToUint8(String hex);
uint16_t hexStringToUint16(String hex);