Emakefun Matrix Keyboard Arduino 库 1.0.1
载入中...
搜索中...
未找到
get_current_pressed_key.ino 文件参考

示例:获取当前按下的按键值若有多个按键按下则返回第一个。 更多...

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

浏览该文件的源代码.

函数

void setup ()
 
void loop ()
 

详细描述

示例:获取当前按下的按键值若有多个按键按下则返回第一个。

在文件 get_current_pressed_key.ino 中定义.

函数说明

◆ loop()

void loop ( )

在文件 get_current_pressed_key.ino48 行定义.

◆ setup()

void setup ( )

在文件 get_current_pressed_key.ino28 行定义.