Searched refs:pStrip_a (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/examples/get-started/blink/main/ |
D | blink_example_main.c | 27 static led_strip_t *pStrip_a; variable 34 pStrip_a->set_pixel(pStrip_a, 0, 16, 16, 16); in blink_led() 36 pStrip_a->refresh(pStrip_a, 100); in blink_led() 39 pStrip_a->clear(pStrip_a, 50); in blink_led() 47 pStrip_a = led_strip_init(CONFIG_BLINK_LED_RMT_CHANNEL, BLINK_GPIO, 1); in configure_led() 49 pStrip_a->clear(pStrip_a, 50); in configure_led()
|
/hal_espressif-3.6.0/examples/get-started/blink/ |
D | README.md | 53 …ssable LED, you can also change the LED color by setting the `pStrip_a->set_pixel(pStrip_a, 0, 16,…
|