Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找有关编写 ac 代码程序的建议,该程序将使用 xbox 控制器和 pic 来激活电机。有人对从哪里开始有建议吗?
谢谢,
xbox 控制器是一个 USB 集线器和一个 USB 隐藏设备。现在我听说 PIC24F 可以充当 USB 主机,所以你只需要实现一个 usb hid 类就可以了。