I am running this library on an ESP32-S3. My mouse seems to work fine with operating at only 3.3V instead of 5V, so I don't need level shifters. However, it is important to activate the internal pull-up resistor in the MCU using the more modern way to get this library working. To do so, change this
I am running this library on an ESP32-S3. My mouse seems to work fine with operating at only 3.3V instead of 5V, so I don't need level shifters. However, it is important to activate the internal pull-up resistor in the MCU using the more modern way to get this library working. To do so, change this
to
This should be also backward-compatible to AVR boards, but needs a more recent Arduino version.