MCPcopy 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
156void testabs()
157{
158 delay(5000);
159 for( fl::i8 q = -128; q != 127; ++q) {
160 test1abs(q);
161 }
162 for(;;){};
163}
164
165
166void testmul8()

Callers

nothing calls this directly

Calls 2

test1absFunction · 0.85
delayFunction · 0.70

Tested by

no test coverage detected