node-arduino-gamepad:通过Node.js与Arduino的GamePad通讯

时间:2024-05-20 08:27:00
【文件属性】:

文件名称:node-arduino-gamepad:通过Node.js与Arduino的GamePad通讯

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-20 08:27:00

JavaScript

通过Node.js与Arduino的GamePad通讯 该存储库包含arduino草图和node.js代码,这些代码是Logitech RumblePad 2之类的控制器(以及支持的其他控制器)与Arduino通信所必需的。 通信通过串行连接进行。 以下将介绍每个必要部件的安装过程以及如何使用和操作现有样品。 安装 仅从Ubuntu的角度描述了安装过程,但是大多数过程都适用于其他操作系统。 Node.js 该代码已通过Node.js v0.10稳定版进行了测试。 可以通过直接从以下位置下载它来安装它: : 或使用 ,如下所示: $ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash $ nvm install 0.10 $ nvm use 0.10 请注意,您可能需


【文件预览】:
node-arduino-gamepad-master
----LICENSE(1KB)
----arduino-sketch()
--------sketch()
----node-client()
--------index.js(1KB)
--------package.json(347B)
--------.gitignore(151B)
----README.md(5KB)

网友评论