#include <stdlib.h>
#include "fl/str.h"
#include "crgb.h"
#include "fl/fft.h"
#include "fl/namespace.h"
#include "fl/unused.h"
#include "fl/xymap.h"
Go to the source code of this file.
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
namespace | fl::string_functions |
Functions | |
static float | fl::string_functions::atoff (const char *str, size_t len) |
static void | fl::string_functions::ftoa (float value, char *buffer, int precision=2) |
static int | fl::string_functions::itoa (int value, char *sp, int radix) |