-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard.h:25:17: fatal error: HID.h: No such file or directory #include "HID.h" #13
Comments
same |
1 similar comment
same |
Unfortunately, i dont have this plate and cannot help u with debugging code. I haven't maintained this code for 5 years |
#include <DigiKeyboard.h> void typeKeyFast(char key){ void startCMD(){ void bypassUAC(){ void printCommand(){ void setup() { void loop() { |
When I try to upload the sketch, i get this message:
In file included from C:\Users\dubai\Desktop\New folder (2)\New folder\DigiSparkStealer-master\arduino_source\sketch\sketch.ino:1:0:
C:\Users\dubai\AppData\Local\Arduino15\libraries\Keyboard\src/Keyboard.h:25:17: fatal error: HID.h: No such file or directory
#include "HID.h"
^
compilation terminated.
exit status 1
Compilation error: exit status 1
The text was updated successfully, but these errors were encountered: