![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
this file contains sine8 and gamma8 More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | sine8 (uint8_t val) |
| will return the mapped 8-bit sin you can use in e.g. NeoPixel More... | |
| int | gamma8 (uint8_t val) |
| will return the mapped 8-bit gamma correction you can use in e.g. NeoPixel More... | |
|
inline |
will return the mapped 8-bit gamma correction you can use in e.g. NeoPixel
| val | the value [0-255] to map |
|
inline |
will return the mapped 8-bit sin you can use in e.g. NeoPixel
| val | the value [0-255] to map |