Files
my-ws2812b-led-deprecated/include/data_sban_period2.h
Passthem f23f7b05b2 哇袄2
2025-04-14 16:02:39 +08:00

13 lines
228 B
C

#ifndef SBAN_PERIOD2_H
#define SBAN_PERIOD2_H
typedef struct {
double time;
int count;
} SbanChangePoint;
extern double sban_period2_changes_time_length;
int sban_period2_get_count_at_time(double target_time);
#endif