|
FastLED 3.9.15
|
#include "AutoResearchHelpers.h"#include "fl/channels/manager.h"#include "fl/stl/sstream.h"#include "fl/system/pin.h"#include "fl/channels/detail/validation/rx_test.h"#include "fl/channels/detail/validation/platform.h"#include "fl/channels/detail/validation/result_formatter.h"
Include dependency graph for AutoResearchHelpers.cpp:Go to the source code of this file.
Functions | |
| void | autoResearchExpectedEngines () |
| AutoResearch that expected engines are available for this platform Prints ERROR if any expected engines are missing. | |
| bool | autoResearchSetExclusiveDriverByName (const char *name) |
| AutoResearch-style helper: set an exclusive driver by name. | |
| void | printSummaryTable (const fl::vector< fl::DriverTestResult > &driver_results) |
| Print driver autoresearch summary table. | |
| void | testDriver (const char *driver_name, const fl::NamedTimingConfig &timing_config, int pin_data, size_t num_leds, CRGB *leds, EOrder color_order, fl::shared_ptr< fl::RxChannel > rx_channel, fl::span< uint8_t > rx_buffer, int base_strip_size, fl::RxDeviceType rx_type, fl::DriverTestResult &result) |
| Test a specific driver with given timing configuration. | |
| bool | testRxChannel (fl::shared_ptr< fl::RxChannel > rx_channel, int pin_tx, int pin_rx, uint32_t hz, size_t buffer_size) |
| Test RX channel with manual GPIO toggle. | |