Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ next
Method
next
src/fl/ui/audio.h:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
~UIAudioImpl() FL_NOEXCEPT {}
35
36
audio::Sample next() {
37
FL_WARN(
"Audio sample not implemented"
);
38
return audio::Sample();
39
}
40
41
bool hasNext() {
42
FL_WARN(
"Audio sample not implemented"
);
Callers
15
show
Method · 0.45
count
Method · 0.45
FastLED.cpp.hpp
File · 0.45
showColor
Method · 0.45
clearData
Method · 0.45
setTemperature
Method · 0.45
setCorrection
Method · 0.45
setDither
Method · 0.45
calculate_max_brightness_for_power_mW
Function · 0.45
nextFx
Method · 0.45
removeFx
Method · 0.45
UIAudio
Class · 0.45
Calls
1
Sample
Class · 0.50
Tested by
no test coverage detected