FastLED 3.9.15
|
#include "fl/stdint.h"
Go to the source code of this file.
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
Functions | |
template<typename Container> | |
constexpr auto | fl::begin (const Container &c) -> decltype(c.begin()) |
template<typename Container> | |
constexpr auto | fl::begin (Container &c) -> decltype(c.begin()) |
template<typename T, size_t N> | |
constexpr T * | fl::begin (T(&array)[N]) noexcept |
template<typename Container> | |
constexpr auto | fl::end (const Container &c) -> decltype(c.end()) |
template<typename Container> | |
constexpr auto | fl::end (Container &c) -> decltype(c.end()) |
template<typename T, size_t N> | |
constexpr T * | fl::end (T(&array)[N]) noexcept |