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
WncIO Class Reference
WncIO class Used to read/write the WNC UART using FILE I/O. More...
#include <WNCIO.h>
Public Member Functions | |
| WncIO (UARTSerial *uart) | |
| 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 | |
| bool | readable (void) |
| return true when data is available, false otherwise | |
| int | getc (void) |
| get the next character available from the uart | |
| void | baud (int baud) |
| set the uart baud rate | |
Detailed Description
WncIO class Used to read/write the WNC UART using FILE I/O.
Definition at line 40 of file WNCIO.h.
Constructor & Destructor Documentation
| WncIO | ( | UARTSerial * | uart ) |
Member Function Documentation
| int getc | ( | void | ) |
| int printf | ( | char * | fmt, |
| ... | |||
| ) |
Generated on Tue Jul 12 2022 17:09:12 by
1.7.2