FastLED
3.9.7
Loading...
Searching...
No Matches
types.h
1
#pragma once
2
3
#include "
led_sysdefs.h
"
4
#include "
fl/namespace.h
"
5
6
namespace
fl
{
7
8
#if defined(__AVR__)
9
typedef
int
cycle_t
;
10
#else
11
typedef
int64_t
cycle_t
;
12
#endif
13
14
}
15
led_sysdefs.h
Determines which platform system definitions to include.
namespace.h
Implements the FastLED namespace macros.
fl
Implements a simple red square effect for 2D LED grids.
Definition
crgb.h:16
fl::cycle_t
int64_t cycle_t
8.8 fixed point (signed) value
Definition
types.h:11
src
fl
types.h
Generated on Fri Dec 20 2024 20:54:48 for FastLED by
1.11.0