Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
namespace platforms {
16
17
inline void enableAllChannelDrivers() FL_NOEXCEPT {
18
fl::enableDrivers<fl::Bus::BIT_BANG, fl::Bus::STUB>();
19
}
20
21
} // namespace platforms
22
} // namespace fl
Callers
1
enableAllDrivers
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected