FastLED
3.9.7
Loading...
Searching...
No Matches
pair.h
1
#pragma once
2
3
namespace
fl
{
4
5
template
<
typename
Key,
typename
Value>
6
struct
Pair
{
7
Key
first =
Key
();
8
Value second = Value();
9
Pair
(
const
Key
& k,
const
Value& v) : first(k), second(v) {}
10
};
11
12
}
// namespace fl
fl
Implements a simple red square effect for 2D LED grids.
Definition
crgb.h:16
Key
Definition
Keyboard.h:22
fl::Pair
Definition
pair.h:6
src
fl
pair.h
Generated on Fri Dec 20 2024 20:54:48 for FastLED by
1.11.0