FastLED 3.9.15
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1#pragma once
2
3#include "fl/namespace.h"
4#include "fl/int.h"
5#include "led_sysdefs.h"
6
7namespace fl {
8
9#if defined(__AVR__)
10typedef int cycle_t;
11#else
12typedef fl::i64 cycle_t;
13#endif
14
15} // namespace fl
Determines which platform system definitions to include.
Implements the FastLED namespace macros.
fl::i64 cycle_t
8.8 fixed point (signed) value
Definition types.h:12
IMPORTANT!
Definition crgb.h:20