chen
2024-10-23 e0168d36f7b3dcc0bf4c4f3ab95485d1e2df7832
pin_config.c
@@ -55,6 +55,7 @@
    io_pin_mux_set(IO_PIN_10, IO_FUNC4);
    io_pin_mux_set(IO_PIN_9, IO_FUNC4);
   
   // Single ADC, If IO0 is set to negative input, the positive input is Vref, and vice versa
    io_pin_mux_set(IO_PIN_0, IO_FUNC1);
    io_pull_set(IO_PIN_0, IO_HIGH_Z, IO_PULL_UP_NONE);