Function: Converts a string to an hex number * */ uint8_t WaspUtils::str2hex(char* str) { int aux=0, aux2=0; if( (*str>='0') && (*str<='9') )
確定! 回上一頁