Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_IKS01A2 mbed-http
WNCDebug Class Reference
WNCDebug class Used to write debug data to the user designated IO. More...
#include <WNCDebug.h>
Public Member Functions | |
| WNCDebug (FILE *fd=stderr) | |
| Create class with either stdio or a pointer to a uart. | |
| int | printf (char *fmt,...) |
| standard printf() functionallity | |
| int | putc (int c) |
| standard putc() functionallity | |
| int | puts (const char *str) |
| standard puts() functionallity | |
Detailed Description
WNCDebug class Used to write debug data to the user designated IO.
Currently The class expects either a stdio element (defaults to stderr) or a pointer to a WncIO object.
Definition at line 43 of file WNCDebug.h.
Constructor & Destructor Documentation
| WNCDebug | ( | FILE * | fd = stderr ) |
Create class with either stdio or a pointer to a uart.
Definition at line 47 of file WNCDebug.h.
Member Function Documentation
| int printf | ( | char * | fmt, |
| ... | |||
| ) |
standard printf() functionallity
Definition at line 52 of file WNCDebug.h.
| int putc | ( | int | c ) |
standard putc() functionallity
Definition at line 69 of file WNCDebug.h.
| int puts | ( | const char * | str ) |
standard puts() functionallity
Definition at line 81 of file WNCDebug.h.
Generated on Tue Jul 12 2022 17:09:12 by
1.7.2