FastLED
3.9.15
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
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::cycle_t
int64_t cycle_t
8.8 fixed point (signed) value
Definition
types.h:11
fl
Implements a simple red square effect for 2D LED grids.
Definition
crgb.h:16
fl
types.h
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2