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.
我是 Arduino 编码的新手。我正在构建一个带有将按键发送到计算机的按钮的小型设备。这将通过 Teensy 2.0 和 Arduino 模拟 USB 键盘来完成。
任何人都可以帮助我(或者是否有可能)使用 Arduino 发送 Fn(功能)按键?我在任何地方都无法在网上找到任何东西。
你不能。Fn 键由键盘内部处理。它永远不会发送到计算机。请参阅此说明。