Lines Matching +full:input +full:- +full:codes
1 .. zephyr:code-sample:: console_getchar
4 Use console_getchar() to read an input character from the console.
10 Similar to the well-known ANSI C getchar() function,
11 :c:func:`console_getchar` either returns the next available input
14 process console input character by character. The sample also allows to
15 see key/character codes as returned by the function.
17 If you are interested in line by line console input, see
18 :zephyr:code-sample:`console_getline`.
32 .. zephyr-app-commands::
33 :zephyr-app: samples/subsys/console/getchar
34 :host-os: unix