|
FastLED 3.9.15
|
#include "fl/channels/detail/validation/rx_test.h"#include "fl/channels/rx/channel.h"#include "fl/system/pin.h"#include "fl/log/log.h"#include "fl/system/delay.h"#include "fl/stl/vector.h"
Include dependency graph for rx_test.cpp.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
| namespace | fl::validation |
Functions | |
| bool | fl::validation::testRxChannel (fl::shared_ptr< fl::RxChannel > rx_channel, int pin_tx, int pin_rx, u32 hz, size_t buffer_size) |
| Test RX channel with manual GPIO toggle pattern. | |