FastLED 3.9.15
Loading...
Searching...
No Matches
yield.h
Go to the documentation of this file.
1#pragma once
2
12
13namespace fl {
14
27void yield();
28
29} // namespace fl
void yield()
Yield to the platform scheduler.
Definition yield.cpp.hpp:31
Base definition for an LED controller.
Definition crgb.hpp:179