FastLED 3.9.15
Loading...
Searching...
No Matches
platform.h
Go to the documentation of this file.
1// src/fl/channels/detail/validation/platform.h
2//
3// Platform-specific validation - verify drivers are registered
4
5#pragma once
6
7namespace fl {
8
9namespace validation {
10
14
17
18} // namespace validation
19} // namespace fl
bool validateExpectedEngines()
Validate that at least one driver is registered with ChannelManager.
void printEngineValidation()
Print validation results (logs registered drivers and status)
Base definition for an LED controller.
Definition crgb.hpp:179