Update main_.py

上级 f787c044
'''
实验名称:4x4矩阵键盘
版本:v1.0
日期:2021.11
作者:01Studio用户:jd3096
联系方式VX:jd3096
仓库地址:https://codechina.csdn.net/jd3096/4x4-martix-keyborad
'''
import martixpad
import utime
mp=martixpad.Martix_pad(18,19,23,5,22,26,17,16)
while True:
key=mp.check_button()
if key!=None:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册