Dokumentace
This commit is contained in:
parent
37379e52a7
commit
ed8d1e5a03
@ -2,8 +2,18 @@
|
|||||||
#define _ENCSTRING_HPP_
|
#define _ENCSTRING_HPP_
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Zakodovani retezce.
|
||||||
|
*
|
||||||
|
* @param str Reference na retezec.
|
||||||
|
*/
|
||||||
void strEncode(String &str);
|
void strEncode(String &str);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Dekodovani retezce.
|
||||||
|
*
|
||||||
|
* @param str Reference na retezec.
|
||||||
|
*/
|
||||||
void strDecode(String &str);
|
void strDecode(String &str);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user