FastLED 3.9.15
|
#include <stdlib.h>
#include <string.h>
#include "fl/str.h"
#include "crgb.h"
#include "fl/fft.h"
#include "fl/namespace.h"
#include "fl/unused.h"
#include "fl/xymap.h"
#include "fl/json.h"
#include "fl/tile2x2.h"
#include "fl/compiler_control.h"
Go to the source code of this file.
Namespaces | |
namespace | fl |
IMPORTANT! | |
namespace | fl::string_functions |
Functions | |
static float | fl::string_functions::atoff (const char *str, fl::size 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) |
static int | fl::string_functions::utoa32 (uint32_t value, char *sp, int radix) |
static int | fl::string_functions::utoa64 (uint64_t value, char *sp, int radix) |