I need help to understand how I can emulate a keyboard using the ESP32-S2. I'm new with this device. I'm able to compile this example.
The problem that I have is that I found a lot of examples for Arduino: these examples import these libraries:
#include "Arduino.h"
#include "hidkeyboard.h"
But in the Espressif esp-idf these libraries are not available.
So, how can I use this code in order to be compiled by esp-idf? Thanks.