MCPcopy Create free account
hub / github.com/FastLED/FastLED / map8_to_16

Function map8_to_16

src/fl/math/intmap.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46/// @deprecated Use int_scale<uint8_t, uint16_t>() instead
47
48inline u16 map8_to_16(u8 x) FL_NOEXCEPT {
49 return fl::int_scale<u8, u16>(x);
50}
51
52/// @deprecated Use int_scale<uint8_t, uint32_t>() instead
53

Callers 8

advanceMethod · 0.85
easeOutSine8Function · 0.85
easeInOutSine8Function · 0.85
intmap.hFile · 0.85
math8.hFile · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected