|
FastLED 3.9.15
|
#include "platforms/semaphore.h"
Include dependency graph for semaphore.h:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Typedefs | |
| using | fl::binary_semaphore = fl::platforms::binary_semaphore |
| Binary semaphore abstraction for FastLED. | |
| template<ptrdiff_t LeastMaxValue = 1> | |
| using | fl::counting_semaphore = fl::platforms::counting_semaphore<LeastMaxValue> |
| Counting semaphore abstraction for FastLED. | |