FastLED 3.9.15
Loading...
Searching...
No Matches
wave_simulation_real.cpp File Reference
#include <stdint.h>
#include "fl/clamp.h"
#include "fl/namespace.h"
#include "fl/wave_simulation_real.h"
+ Include dependency graph for wave_simulation_real.cpp:

Go to the source code of this file.

Namespaces

namespace  fl
 Implements a simple red square effect for 2D LED grids.
 
namespace  fl::wave_detail
 

Macros

#define INT16_NEG   (-32768)
 
#define INT16_POS   (32767)
 

Functions

float fl::wave_detail::fixed_to_float (int16_t f)
 
int16_t fl::wave_detail::float_to_fixed (float f)