Private
Public Access
2
0

Added the mraa_strresult function

Signed-off-by: Jefferson Lee <jeffersonlee2000@gmail.com>
This commit is contained in:
Jefferson Lee
2020-08-10 18:25:01 -07:00
committed by Propanu
parent 68e75edcad
commit da36b7ae84
2 changed files with 31 additions and 36 deletions

View File

@@ -190,6 +190,13 @@ int mraa_set_priority(const int priority);
*/
const char* mraa_get_version();
/**
* Returns a textual representation of the mraa_result_t
*
* @param result the result to stringify
*/
const char* mraa_strresult(mraa_result_t result);
/**
* Print a textual representation of the mraa_result_t
*