Wirepas SDK
print.h
Go to the documentation of this file.
1 /* Copyright 2018 Wirepas Ltd. All Rights Reserved.
2  *
3  * See file LICENSE.txt for full license details.
4  *
5  */
6 
7 #ifndef _PRINT_H_
8 #define _PRINT_H_
9 
10 #include <stdarg.h>
11 
15 void Print_init(void);
16 
25 int Print_printf(const char * fmt, ...);
26 
27 #endif /* _PRINT_H_ */
Print_init
void Print_init(void)
Initialize the print module.
Print_printf
int Print_printf(const char *fmt,...)
printf functionality