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

7 lines
101 B
C
Raw Normal View History

2016-01-24 00:01:39 +01:00
#ifndef READLINE_APP_H
#define READLINE_APP_H
bool uart_getc(char *c);
#endif /* READLINE_APP_H */