|
FastLED 3.9.15
|
#include <FastLED.h>#include "fl/math/simd.h"#include "fl/log/log.h"#include "test_result.h"#include "test_helpers.h"#include "simd_tests.h"
Include dependency graph for SIMD.ino:Go to the source code of this file.
Functions | |
| void | loop () |
| void | setup () |
Variables | |
| int | failed_tests = 0 |
| int | passed_tests = 0 |
| fl::vector< TestResult > | test_results |
| static bool | tests_run = false |
| int | total_tests = 0 |