MCPcopy Create free account
hub / github.com/FastLED/FastLED / getDriverInfos

Method getDriverInfos

src/FastLED.cpp.hpp:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581fl::span<const fl::DriverInfo> CFastLED::getDriverInfos() const {
582 fl::ChannelManager& manager = fl::channelManager();
583 return manager.getDriverInfos();
584}
585
586// ============================================================================
587// Wait for channel bus transmissions

Callers 3

FL_TEST_FILEFunction · 0.45
testAllDriversMethod · 0.45

Calls

no outgoing calls

Tested by 2

testAllDriversMethod · 0.36