Skip to main content

esp_rom_output_to_channels

Function esp_rom_output_to_channels 

Source
pub unsafe extern "C" fn esp_rom_output_to_channels(c: u8)
Expand description

@brief It outputs a character to different channels simultaneously. This function is used by esp_rom_printf/esp_rom_vprintf.

@param c Char to output.