FastLED 3.9.12
Loading...
Searching...
No Matches
intmap.h File Reference

Detailed Description

Defines integer mapping functions.

Definition in file intmap.h.

#include "fl/namespace.h"
#include "lib8static.h"
#include <stdint.h>

Go to the source code of this file.

Functions

LIB8STATIC_ALWAYS_INLINE uint16_t map8_to_16 (uint8_t x)
 
LIB8STATIC_ALWAYS_INLINE uint8_t map16_to_8 (uint16_t x)
 
LIB8STATIC_ALWAYS_INLINE uint32_t map8_to_32 (uint8_t x)