Home
last modified time | relevance | path

Searched refs:led0 (Results 1 – 1 of 1) sorted by relevance

/bsp/wch/risc-v/ch569w-evt/applications/
A Dtest.c44 static rt_base_t led0, led1; variable
423 rt_pin_write(LED0_PIN, led0 = PIN_LOW); in main()
429 led0 = (led0 == PIN_LOW) ? PIN_HIGH : PIN_LOW; in main()
430 rt_pin_write(LED0_PIN, led0); in main()

Completed in 6 milliseconds