FastLED
3.9.3
Loading...
Searching...
No Matches
types.h
1
#ifndef TYPES_H
2
#define TYPES_H
3
4
#include "
led_sysdefs.h
"
5
6
FASTLED_NAMESPACE_BEGIN
7
8
#if defined(__AVR__)
9
typedef
int
cycle_t;
10
#else
11
typedef
int64_t cycle_t;
12
#endif
13
14
FASTLED_NAMESPACE_END
15
16
#endif
// TYPES_H
led_sysdefs.h
Determines which platform system definitions to include.
src
types.h
Generated on Thu Nov 14 2024 00:00:34 for FastLED by
1.11.0