1. Set the pin multiplexing register PINMUX8 and select the function of pin 3 as timer output. Note that this pin coincides with the SCL of I2C0.
(User Manual P203)
2. Set up the timer setup_TIMER0();
I used TinyUSB to preliminarily implement the CDC protocol on the USB of esp32s3, ran the preliminary micropython code, was able to connect ESP32OpenMV with OpenMV IDE, and ran the lighting program th