Pico Led Controller
1.0.3
A project to control LEDs using Raspberry Pi Pico W
blink.h
Go to the documentation of this file.
1
#ifndef _BLINK_H
2
#define _BLINK_H
3
4
#include <stdint.h>
5
#include "
light_state.h
"
6
13
void
onboard_led_blink
(uint32_t on_time, uint32_t off_time);
14
21
void
led_blink
(uint32_t on_time, uint32_t off_time);
22
23
#endif
led_blink
void led_blink(uint32_t on_time, uint32_t off_time)
Blink the LED strip.
Definition:
blink.c:22
onboard_led_blink
void onboard_led_blink(uint32_t on_time, uint32_t off_time)
Blink the onboard LED.
Definition:
blink.c:10
light_state.h
led_controller
include
blink.h
Generated by
1.9.1