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

9 lines
123 B
C

#ifndef READLINE_APP_H
#define READLINE_APP_H
#include <stdbool.h>
bool uart_getc(char *c);
#endif /* READLINE_APP_H */