snes_controller_emulator:模拟SNES控制器并多次点击

时间:2024-06-18 09:21:18
【文件属性】:

文件名称:snes_controller_emulator:模拟SNES控制器并多次点击

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-18 09:21:18

Python

snes_controller_emulator 使用 Teensy 3.1 模拟 SNES 控制器和 multitap。 初始版本完美支持 3 个控制器,第 4 个(可能是第 5 个)有一个功能正常的 B 按钮。 连接起来 需要一个 Teensy 3.1(不要使用 3.0,PP 引脚不是集电极开路)。 按以下顺序从Teensy销2固定到销9: 端口 1: 2(时钟) 3(闩锁) 4(数据0) 端口2: 2(时钟) 3(闩锁) 4(数据0) 5(数据1) 6 (PP) 确保任一控制器也已接地。 我建议如何连接它: 买2根延长线。 在端口 1 中,引脚保持原样。 在端口2上,将5V和GND引脚(1和7)移至Data1和PP(5和6)。 由于端口 1 的接地已连接,因此您不必连接它,因此只需对电缆进行少量修改。 其他一切都由青少年自己处理,包括所需的引体向上。


【文件预览】:
snes_controller_emulator-master
----src()
--------controller_input.py(6KB)
--------main.py(4KB)
--------nintendo_output.py(2KB)
----LICENSE(1KB)
----tools()
--------bluetooth-agent.py(2KB)
--------padled()
----README.md(1KB)
----.gitignore(675B)
----teensy()
--------snes_controller_emu.ino(5KB)

网友评论