文件名称:Wiimote-for-Raspberry-Pi-Python
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-04 05:04:51
Python
Wiimote for Raspberry Pi Python 这是一个示例代码,用于通过Wiimotes控制Raspberry Pi。 为此,您将需要一个蓝牙加密狗。 首先,您需要通过控制台安装这些库。 首先,升级到最新版本的raspbian: -sudo apt-get update -sudo apt-get upgrade 安装所有蓝牙驱动程序: sudo apt-get install –-no-install-recommends bluetooth Cwiid库: sudo apt-get install python cwiid Uinput库: sudo apt-get install python-pip sudo pip install python-uinput 要允许uinput库在每次重新启动时自动加载: sudo tee –a
【文件预览】:
Wiimote-for-Raspberry-Pi-Python-master
----.gitignore(574B)
----README.md(932B)
----.gitattributes(378B)
----wiimotetest2.py(3KB)