Description
Sends one or more keystrokes 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 keystrokes.
Returns
Number of keystrokes sent. Data type: size_t
.