FastLED 3.9.7
Loading...
Searching...
No Matches
color_mapper.h
1
2
3#ifndef COLOR_MAPPER_H_
4#define COLOR_MAPPER_H_
5
6#include "./color.h"
7
8const ColorHSV SelectColor(int midi_note, float brightness, int color_selector_val);
9
10#endif // COLOR_MAPPER_H_