![]() |
Pico Led Controller 1.0.3
A project to control LEDs using Raspberry Pi Pico W
|
#include "blink.h"
Go to the source code of this file.
Macros | |
#define | BLINK_CODE_GPIO_INIT_SUCCESS do { onboard_led_blink(100, 900); onboard_led_blink(100, 100); } while(0) |
#define | BLINK_CODE_NETWORK_INIT_SUCCESS do { onboard_led_blink(500, 500); onboard_led_blink(100, 100); } while(0) |
#define | BLINK_CODE_INIT_SUCCESS do { onboard_led_blink(900, 100); onboard_led_blink(100, 100); } while(0) |
#define | BLINK_CODE_WIFI_CONNECTING onboard_led_blink(100, 900); |
#define | BLINK_CODE_WIFI_CONNECTED onboard_led_blink(200, 800); |
#define | BLINK_CODE_WIFI_FAILED onboard_led_blink(500, 500); |
#define | BLINK_CODE_WIFI_DISCONNECTED onboard_led_blink(900, 100); |
#define | BLINK_CODE_SSI_HANDLE onboard_led_blink(20, 20); |
#define | BLINK_CODE_SUCCESS_EXIT do { onboard_led_blink(100, 400); onboard_led_blink(100, 400); onboard_led_blink(100, 400); } while(0) |
#define BLINK_CODE_GPIO_INIT_SUCCESS do { onboard_led_blink(100, 900); onboard_led_blink(100, 100); } while(0) |
Definition at line 8 of file blink_codes.h.
#define BLINK_CODE_INIT_SUCCESS do { onboard_led_blink(900, 100); onboard_led_blink(100, 100); } while(0) |
Definition at line 10 of file blink_codes.h.
#define BLINK_CODE_NETWORK_INIT_SUCCESS do { onboard_led_blink(500, 500); onboard_led_blink(100, 100); } while(0) |
Definition at line 9 of file blink_codes.h.
#define BLINK_CODE_SSI_HANDLE onboard_led_blink(20, 20); |
Definition at line 17 of file blink_codes.h.
#define BLINK_CODE_SUCCESS_EXIT do { onboard_led_blink(100, 400); onboard_led_blink(100, 400); onboard_led_blink(100, 400); } while(0) |
Definition at line 19 of file blink_codes.h.
#define BLINK_CODE_WIFI_CONNECTED onboard_led_blink(200, 800); |
Definition at line 13 of file blink_codes.h.
#define BLINK_CODE_WIFI_CONNECTING onboard_led_blink(100, 900); |
Definition at line 12 of file blink_codes.h.
#define BLINK_CODE_WIFI_DISCONNECTED onboard_led_blink(900, 100); |
Definition at line 15 of file blink_codes.h.
#define BLINK_CODE_WIFI_FAILED onboard_led_blink(500, 500); |
Definition at line 14 of file blink_codes.h.