Name
board_stdout —
sets the output device
Synopsis
#include <board.h>
board_stdout_t dev
;
Description
Sets the device to be used when the stdio functions like printf
are invoked to write to stdout. The available devices are
NULL_STDOUT
, LCD_STDOUT
and SERIAL_STDOUT
. For example, if all
the output should go to the LCD, set LCD_STDOUT
as the stdout as
shown below.