FastLED 3.9.15
|
Go to the source code of this file.
Classes | |
class | fl::AtomicFake< T > |
Namespaces | |
namespace | fl |
IMPORTANT! | |
Typedefs | |
template<typename T> | |
using | fl::atomic = AtomicFake<T> |
using | fl::atomic_bool = atomic<bool> |
using | fl::atomic_i32 = atomic<fl::i32> |
using | fl::atomic_int = atomic<int> |
using | fl::atomic_u32 = atomic<fl::u32> |
using | fl::atomic_uint = atomic<unsigned int> |