![]() |
Wirepas SDK
|
Go to the source code of this file.
Functions | |
void | Print_init (void) |
Initialize the print module. | |
int | Print_printf (const char *fmt,...) |
printf functionality | |
void Print_init | ( | void | ) |
Initialize the print module.
int Print_printf | ( | const char * | fmt, |
... | |||
) |
printf functionality
fmt | Formatted text to print |
... | Argument list for formatted text |