Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For running the script just once option: exit(); didn't compile in the arduino IDE, so it was replaced with an indefinite loop.
- Loading branch information
666a5d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DigiKeyboard.sendKeyStroke(0);
DigiKeyboard.delay(3000);
DigiKeyboard.sendKeyStroke(0, MOD_GUI_LEFT,KEY_R);
DigiKeyboard.delay(500);
DigiKeyboard.print(F("notepad"));
DigiKeyboard.delay(500);
DigiKeyboard.sendKeyStroke(KEY_ENTER);
DigiKeyboard.delay(750);
DigiKeyboard.print(("Hello World!!!"));
DigiKeyboard.sendKeyStroke(KEY_ENTER);
for(;;){ /empty/ }
exit status 1
'DigiKeyboard' does not name a type
why this error is showing