FastLED
3.9.7
Loading...
Searching...
No Matches
led_layout_array.h
1
2
#ifndef LED_ARRAY_H_
3
#define LED_ARRAY_H_
4
5
struct
LedColumns
{
6
LedColumns
(
const
int
* a,
int
l) : array(a), length(l) {}
7
LedColumns
(
const
LedColumns
& other) : array(other.array), length(other.length) {}
8
const
int
* array;
9
int
length;
10
};
11
12
LedColumns
LedLayoutArray();
13
14
#endif
// LED_ARRAY_H_
LedColumns
Definition
led_layout_array.h:5
examples
LuminescentGrand
shared
led_layout_array.h
Generated on Fri Dec 20 2024 20:54:48 for FastLED by
1.11.0