XIAO ESP32C3 pin mapping in MicroPython

Hello, if you are using the firmware under this Wiki, the pinout information is as shown in the @cgwaltney posting.

The firmware is designed for the ESP32C3 chip, so the GPIOs are defined based on the ESP32C3 chip.
For example, when you are trying to use the pin in the first row on the left. Make sure it is GPIO2 instead of A0 or D0.