background picture of the home page

Hi,Friend

ESP32-测试Goip实例

基于Micropython编写的GOIP 4的状态变更示例,用于快捷测试。 # ESP32 MicroPython GPIO状态变更测试示例 # 在ESP32开发板上,通过中断(IRQ)获取GPIO电平的变化,并打印日志。 # 默认将输入引脚GPIO4上拉,建议接一个按钮到GND以测试。 # 可选:

thumbnail of the cover of the post

mpy-cross命令记录

mpy-cross · PyPI python3 -m mpy-cross my_app.py Usage mpy-cross package can be run in various different ways As per normal mpy-cross app mpy-cross my_

thumbnail of the cover of the post

Adb调试命令

Unity日志查询命令 # 查看Unity日志 adb logcat -s unity # 过滤特定字符串 adb logcat *.S | findstr # 查看 Unity 日志(需设备已连接) adb logcat -s Unity # 过滤特定关键字(如 "SN" 或 "seria

thumbnail of the cover of the post

Unity框架随笔记录

框架 # Unitask异步框架 https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask # 局域网网络框架 https://docs-multiplayer.unity3d.com/ # 常见

thumbnail of the cover of the post