Emakefun Matrix Keyboard Arduino Lib 1.0.1
Loading...
Searching...
No Matches
get_current_pressed_key.ino File Reference

Example: Get the current pressed key value. If multiple keys are pressed, return the first one. More...

#include <Wire.h>
#include "matrix_keyboard.h"

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Detailed Description

Example: Get the current pressed key value. If multiple keys are pressed, return the first one.

Definition in file get_current_pressed_key.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 48 of file get_current_pressed_key.ino.

◆ setup()

void setup ( )

Definition at line 28 of file get_current_pressed_key.ino.