snickerdoodle Platform Controller
firmware for STM32F0 platform controller
LED Pattern Definitions

Variables

uint32_t led_breathe_pattern []
 LED breathe pattern.
 
static uint32_t led_rapid_pattern []
 LED rapid pattern. More...
 
static uint32_t led_short_blink_pattern []
 LED short blink pattern. More...
 
static uint32_t led_solid_pattern []
 LED solid pattern. More...
 

Detailed Description

Variable Documentation

◆ led_rapid_pattern

uint32_t led_rapid_pattern[]
static

#include <Src/sd_led_pattern.c>

Initial value:
= {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919
}

LED rapid pattern.

◆ led_short_blink_pattern

uint32_t led_short_blink_pattern[]
static

#include <Src/sd_led_pattern.c>

Initial value:
= {
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 0
}

LED short blink pattern.

◆ led_solid_pattern

uint32_t led_solid_pattern[]
static

#include <Src/sd_led_pattern.c>

Initial value:
= {
1919,
}

LED solid pattern.