Files
my-ws2812b-led-deprecated/src/shader.h
2025-04-14 15:26:20 +08:00

13 lines
158 B
C

#ifndef SHADER_H
#define SHADER_H
#include "color_utils.h"
typedef struct {
int index;
double time;
} Status;
Color shader(Status* status);
#endif