编写一个程序,使用 Xbox 控制器和图片来控制电机
我正在寻找关于从哪里开始编写交流代码程序的建议,该程序将使用 Xbox 控制器和图片来激活电机。有人可以建议从哪里开始吗?
谢谢你,
I am looking for advice on where to start with regards to writing a c code program that will use an xbox controller and a pic to activate motors. Would anyone have advice on where to start?
Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
xbox 控制器是一个 USB 集线器加一个 USB hid 设备。现在我听说 PIC24F 可以充当 USB 主机,因此您只需要实现 usb hid 类,就差不多完成了。
The xbox controller is a usb hub plus a usb hid device. Now I heard that the PIC24F can act as a usb host, so you'd only need an implementation of the usb hid class and you're almost done.