Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
putchar_native.c File Reference
#include <printf.h>
#include <stdio.h>
Include dependency graph for putchar_native.c:

Functions

long write (int, const char *, unsigned long)
 
void _putchar (char ch)
 Output a character to a custom device like UART, used by the printf() function This function is declared here only. More...
 

Function Documentation

◆ _putchar()

void _putchar ( char  character)

Output a character to a custom device like UART, used by the printf() function This function is declared here only.

You have to write your custom implementation somewhere

Parameters
characterCharacter to output

References write().

◆ write()

long write ( int  ,
const char *  ,
unsigned long   
)

Referenced by _putchar().