chen
2024-12-19 b19a5d05cc69239f358b43c4508f2dbffefee269
boards/mk8000_evk/driver_examples/power_cycling/pin_config.c
@@ -48,4 +48,8 @@
    io_pin_mux_set(IO_PIN_5, IO_FUNC4);
    io_pin_mux_set(IO_PIN_6, IO_FUNC4);
#endif
//    gpio_pin_set_dir(IO_PIN_10, GPIO_DIR_OUT, 0);
//   io_pull_set(IO_PIN_10, IO_PULL_DOWN, IO_PULL_UP_NONE);
//   gpio_pin_set_dir(IO_PIN_10, GPIO_DIR_OUT, 1);
}