Demo HCI Implementation for WiMOD-LR Devices  V2.0.3
StrToIntConverter.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
31 //------------------------------------------------------------------------------
32 
33 
34 #ifndef ARDUINO_UTILS_STRTOINTCONVERTER_H_
35 #define ARDUINO_UTILS_STRTOINTCONVERTER_H_
36 
37 //------------------------------------------------------------------------------
38 //
39 // Section Includes Files
40 //
41 //------------------------------------------------------------------------------
42 
43 #include <stdint.h>
44 
45 
46 
47 
48 void StrToIntConverter_convertHexStrToArray(char* inputString,
49  uint8_t* targetArray,
50  uint8_t numberOfEntries );
51 
52 
53 
54 #endif /* ARDUINO_UTILS_STRTOINTCONVERTER_H_ */
StrToIntConverter_convertHexStrToArray
void StrToIntConverter_convertHexStrToArray(char *inputString, uint8_t *targetArray, uint8_t numberOfEntries)
Convert a String containing hex numbers into an C array.
Definition: StrToIntConverter.cpp:68
StrToIntConverter.h
StrToIntConverter_convertHexStrToArray
void StrToIntConverter_convertHexStrToArray(char *inputString, uint8_t *targetArray, uint8_t numberOfEntries)
Convert a String containing hex numbers into an C array.
Definition: StrToIntConverter.cpp:68