5 #include <pico/stdlib.h>
6 #include <pico/cyw43_arch.h>
16 cyw43_arch_gpio_put(CYW43_WL_GPIO_LED_PIN, 1);
18 cyw43_arch_gpio_put(CYW43_WL_GPIO_LED_PIN, 0);
void led_blink(uint32_t on_time, uint32_t off_time)
Blink the LED strip.
void onboard_led_blink(uint32_t on_time, uint32_t off_time)
Blink the onboard LED.
void toggle_light_state()
Toggle light state.