rfLPC
A low level library for using NXP's LPC17xx SoC. Config is given for MBED prototyping board
|
An implementation of formated output. More...
Go to the source code of this file.
Functions | |
int | printf (const char *format,...) |
Formated output function. More... | |
void | rflpc_printf_set_putchar (int(*putchar_func)(int c)) |
Sets the internal function pointer that is used by printf to output a character. More... | |
An implementation of formated output.
Definition in file printf.h.