esp_rom_output_rx_one_char() function
Get one character from the console channel.
Syntax
int esp_rom_output_rx_one_char(uint8_t *c); Arguments
c
Where to store the character
Return value
- 0 on success - 1 on failure or no data available
esp_rom_output_rx_one_char() is called by 3 functions:
![]()
esp_rom_output_rx_one_char()