Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ map8_to_32
Function
map8_to_32
src/fl/math/intmap.h:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
/// @deprecated Use int_scale<uint8_t, uint32_t>() instead
53
54
inline u32 map8_to_32(u8 x) FL_NOEXCEPT {
55
return fl::int_scale<u8, u32>(x);
56
}
57
58
/// @deprecated Use int_scale<uint16_t, uint32_t>() instead
59
Callers
1
intmap.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected