5 Star 40 Fork 12

Walkline / ESP32 BLE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
Walkline 提交于 2020-05-11 12:49 . 优化代码
"""
The MIT License (MIT)
Copyright © 2020 Walkline Wang (https://walkline.wang)
https://gitee.com/walkline/esp32-ble
"""
from hardware.v026.keypad import MyKeyPad
if __name__ == "__main__":
try:
keypad = MyKeyPad()
except KeyboardInterrupt:
print("\nPRESS CTRL+D TO RESET DEVICE")
Python
1
https://gitee.com/walkline/esp32-ble.git
git@gitee.com:walkline/esp32-ble.git
walkline
esp32-ble
ESP32 BLE
master

搜索帮助