nodemcu-firmware/app/include/driver/readline.h

7 lines
101 B
C

#ifndef READLINE_APP_H
#define READLINE_APP_H
bool uart_getc(char *c);
#endif /* READLINE_APP_H */