
86Duino 語法參考






Mouse and Keyboard USB-HID Libraries
12 月 23, 2021
[USB] Description These core libraries are available from 86Duino Coding 104, and allow an 86Duino board to appear as a

Keyboard.write()
5 月 13, 2022
[USB] Description Sends a keystroke to a connected computer. This is similar to pressing and releasing a key on your

Keyboard.releaseAll()
5 月 13, 2022
[USB] Description Let’s go of all keys currently pressed. See Keyboard.press() for additional information. Syntax Keyboard.releaseAll() Parameters None Returns nothing Example See

Keyboard.release()
5 月 13, 2022
[USB] Description Let’s go of the specified key. See Keyboard.press() for more information. Syntax Keyboard.release(key) Parameters key : the key to release. (char)

Keyboard.println()
5 月 13, 2022
[USB] Description Sends a keystroke to a connected computer, followed by a newline and carriage return. Keyboard.println() must be called after