esp_rom_output_tx_one_char() function
Transmit one character to the console channel.
Syntax
int esp_rom_output_tx_one_char(uint8_t c); Return value
- 0 on success - 1 on failure
esp_rom_output_tx_one_char() is called by 3 functions:
![]()
esp_rom_output_tx_one_char()