Library included but not found

Hi.

When I tried to compile some code I got a error message:

'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?

The library is included and I also verified the files of the library. I also tried it with a fresh sketch but this didn't work either. I also reinstalled the Keyboard library.
I use a ESP32 with the Arduino IDE

gfta:

'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?

The library is included and I also verified the files of the library.

Nu sind hier nicht-english-man nicht die Ausnahme.
Wenn Du Deinen Text in deutsch schreibst, versteht den im deutschen Ableger wohl jeder, der sich hierher bemüht.

Und ohne den Code, der die Verzweiflung bringt, wird das fast nichts.

ins blaue hinein: Wo liegt die denn? Wo initialisierst Du?
Du weichst vermutlich in Deinem Code vom Example ab.

Sorry hab mich im Forum vertan. Ich wollte es eigentlich im englischen Forum posten. Habs grad nochmal mit dem example versucht und hab immer noch denselben fehler.

gfta:
Sorry hab mich im Forum vertan.

Kein Thema!
Alles gut.

'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?

Was einfach daran liegt, dass der ESP kein natives USB Interface hat.

Ein Leonardo hätte sowas

Gibt es eine Möglichkeit oder eine Alternative trotzdem Keyboard Inputs mit dem ESP zu ermöglichen?

Keyboard Inputs

Was meinst du damit?

Die Keyboard Library ist da für da, sich als Keyboard am PC anzumelden und dann Tastendrücke an diesen PC zu senden.

combie:
Was einfach daran liegt, dass der ESP kein natives USB Interface hat.

Ich meine ob es selbst ohne USB Interface möglich ist Tastendrücke an den PC zu senden

Klar, über Bluetooth...

Ok. Danke

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