FastLED 3.9.15
Loading...
Searching...
No Matches

◆ push() [1/3]

template<fl::size DescriptorCount, fl::size ArenaSize>
bool fl::AsyncLogQueue< DescriptorCount, ArenaSize >::push ( const char * str)

Push a C-string message (ISR-safe)

Definition at line 45 of file async_log_queue.cpp.hpp.

45 {
47 return push(str, len);
48}
bool push(const fl::string &msg)
Push a message from fl::string (ISR-safe)
static fl::u16 boundedStrlen(const char *str, fl::u16 maxLen)
High-performance SPSC async log queue.