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

Function configureAsyncLogService

src/fl/log/async_logger.cpp.hpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274// ============================================================================
275
276void configureAsyncLogService(u32 interval_ms, fl::size messages_per_tick) {
277 detail::AsyncLoggerServiceTask::instance().setInterval(interval_ms);
278 detail::AsyncLoggerServiceTask::instance().setMessagesPerTick(messages_per_tick);
279}
280
281} // namespace fl

Callers 1

async_logger.hppFile · 0.85

Calls 2

setIntervalMethod · 0.80
setMessagesPerTickMethod · 0.80

Tested by

no test coverage detected