Description
Sends a keystroke to a connected computer.
Keyboard.print()
must be called after initiating Keyboard.begin().
Syntax
Keyboard.print(character)
Keyboard.print(characters)
Parameters
character
: a char or int to be sent to the computer as a keystroke characters : a string to be sent to the computer as a keystroke.
Returns
size_t
: number of bytes sent.