Searched refs:TEST_PIN_OUT (Results 1 – 1 of 1) sorted by relevance
99 #define TEST_PIN_OUT 33 macro114 rt_pin_mode(TEST_PIN_OUT, PIN_MODE_OUTPUT); in test_gpio()115 rt_pin_write(TEST_PIN_OUT, PIN_HIGH); in test_gpio()121 rt_pin_write(TEST_PIN_OUT, PIN_LOW); in test_gpio()128 rt_pin_write(TEST_PIN_OUT, PIN_HIGH); in test_gpio()
Completed in 4 milliseconds