|
Emakefun Matrix Keyboard Arduino Lib 1.0.1
|
Example: Get the current pressed key value. If multiple keys are pressed, return the first one. More...
Go to the source code of this file.
Functions | |
| void | setup () |
| void | loop () |
Example: Get the current pressed key value. If multiple keys are pressed, return the first one.
Definition in file get_current_pressed_key.ino.
| void loop | ( | ) |
Definition at line 48 of file get_current_pressed_key.ino.
| void setup | ( | ) |
Definition at line 28 of file get_current_pressed_key.ino.