Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ test1abs
Function
test1abs
src/lib8tion.cpp.hpp:149–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
#include
"lib8tion.h"
148
149
void test1abs( fl::i8 i)
150
{
151
Serial.print(
"abs("
); Serial.print(i); Serial.print(
") = "
);
152
fl::i8 j = abs8(i);
153
Serial.print(j); Serial.println(
" "
);
154
}
155
156
void testabs()
157
{
Callers
1
testabs
Function · 0.85
Calls
2
print
Method · 0.45
println
Method · 0.45
Tested by
no test coverage detected