I tried to upload but it gave me this error code

C:\Users\Eleve\AppData\Local\Temp.arduinoIDE-unsaved20231111-7704-1yzctoh.ibhj\sketch_dec11a\sketch_dec11a.ino:1:26: fatal error: Digikeyboard.h: No such file or directory
#include <Digikeyboard.h>
^
compilation terminated.

exit status 1

Compilation error: Digikeyboard.h: No such file or directory

I'm a beginner and I tried to do this

#include <Digikeyboard.h>
void setup() {
// put your setup code here, to run once:
Digikeyboard.delay(3000);
Digikeyboard.print("fdp vas te faire foutre");

}

void loop() {
// put your main code here, to run repeatedly:

}

What library is it that you are using? Please include a link to it. Is it installed?

It the file really called Digikeyboard.h, or is it perhaps called DigiKeyboard.h? (check that capitalization).

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.