【问题标题】:Arduino Sending Serial Command for Keyboard to Press Up ARrowArduino 向键盘发送串行命令以按向上箭头
【发布时间】:2016-05-15 01:06:12
【问题描述】:

我想使用 Arduino 并为上/下/左/右箭头编写键盘命令。我想知道如何使用

https://www.arduino.cc/en/Reference/KeyboardWrite

【问题讨论】:

标签: keyboard arduino ascii


【解决方案1】:

你可以像这样使用: Keyboard.press(KEY_LEFT_ARROW); Keyboard.press(KEY_RIGHT_ARROW); 等等……

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2010-09-21
    • 2018-09-16
    • 1970-01-01
    • 2013-01-23
    • 2011-04-17
    • 1970-01-01
    • 2014-04-12
    相关资源
    最近更新 更多