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

Function enableAllChannelDrivers

src/platforms/stub/channel_drivers_stub.impl.hpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace platforms {
16
17inline void enableAllChannelDrivers() FL_NOEXCEPT {
18 fl::enableDrivers<fl::Bus::BIT_BANG, fl::Bus::STUB>();
19}
20
21} // namespace platforms
22} // namespace fl

Callers 1

enableAllDriversFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected