MCPcopy 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
149void 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
156void testabs()
157{

Callers 1

testabsFunction · 0.85

Calls 2

printMethod · 0.45
printlnMethod · 0.45

Tested by

no test coverage detected