Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ testabs
Function
testabs
src/lib8tion.cpp.hpp:156–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void testabs()
157
{
158
delay(5000);
159
for( fl::i8 q = -128; q != 127; ++q) {
160
test1abs(q);
161
}
162
for(;;){};
163
}
164
165
166
void testmul8()
Callers
nothing calls this directly
Calls
2
test1abs
Function · 0.85
delay
Function · 0.70
Tested by
no test coverage detected