| | |
| | | io_pin_mux_set(IO_PIN_7, IO_FUNC0); |
| | | gpio_pin_set_dir( IO_PIN_7, GPIO_DIR_OUT, 0); |
| | | io_pull_set(IO_PIN_7 , IO_PULL_DOWN, IO_PULL_UP_LEVEL4); |
| | | |
| | | io_pin_mux_set(IO_PIN_11, IO_FUNC0); |
| | | gpio_pin_set_dir( IO_PIN_11, GPIO_DIR_OUT, 0); |
| | | io_pull_set(IO_PIN_11 , IO_PULL_DOWN, IO_PULL_UP_LEVEL4); |
| | | io_pin_mux_set(IO_PIN_12, IO_FUNC0); |
| | | gpio_pin_set_dir( IO_PIN_12, GPIO_DIR_OUT, 0); |
| | | io_pull_set(IO_PIN_12 , IO_PULL_DOWN, IO_PULL_UP_LEVEL4); |
| | | gpio_pin_set(IO_PIN_11); |
| | | gpio_pin_set(IO_PIN_12); |
| | | } |
| | | void board_configure(void) |
| | | { |