chen
7 天以前 5316ecc492b9121cc8357a5d909fe6d6c6642306
pin_config.c
@@ -52,8 +52,9 @@
         //io_pin_mux_set(IO_PIN_6, IO_FUNC4);
   // UART1 RX/TX已修改复用引脚为ADC留出空间
    io_pin_mux_set(IO_PIN_10, IO_FUNC4);
    io_pin_mux_set(IO_PIN_9, IO_FUNC4);
   //修改为PA引脚
  io_pin_mux_set(IO_PIN_10, IO_FUNC6);
    io_pin_mux_set(IO_PIN_9, IO_FUNC6);
   
   // 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);