FastLED 3.9.15
Loading...
Searching...
No Matches
types.h File Reference
#include "fl/stl/stdint.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Enumerations

enum class  fl::RxBackend : u8 {
  fl::PLATFORM_DEFAULT = 0 , fl::RMT = 1 , fl::ISR = 2 , fl::FLEXPWM = 3 ,
  fl::FLEXIO = 4 , fl::LPC_SCT_CAPTURE = 5
}
 

Functions

const char * fl::toString (RxBackend backend) FL_NOEXCEPT