The Arduino Nano ESP32 fails to compile with both
#include <Keyboard.h>
#include <Mouse.h>
Error Received
#include "HID.h"
^~~~~~~
compilation terminated.
exit status 1.
Any help is appreciated.
The Arduino Nano ESP32 fails to compile with both
#include <Keyboard.h>
#include <Mouse.h>
Error Received
#include "HID.h"
^~~~~~~
compilation terminated.
exit status 1.
Any help is appreciated.
Hi @fearinggiraffe4. There are different libraries for the Nano ESP32 which provide functionality equivalent to that provided for other boards by the "Keyboard" and "Mouse" libraries.
You can learn how to use them by studying the examples that are listed under the following menus in Arduino IDE:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.