mirror of
https://github.com/ADElectronics/RTL00_WEB_WS2812.git
synced 2025-02-07 10:35:16 +00:00
19 lines
248 B
C
19 lines
248 B
C
|
#ifndef _LEDEFFECTSSERVER_H_
|
|||
|
#define _LEDEFFECTSSERVER_H_
|
|||
|
|
|||
|
#include "ledfilters.h"
|
|||
|
|
|||
|
|
|||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
|||
|
|
|||
|
extern ctx_rainbow_t filt_rainbow;
|
|||
|
extern ctx_fade_t filt_fade;
|
|||
|
|
|||
|
|
|||
|
void ledEffectsServer_Init();
|
|||
|
|
|||
|
|
|||
|
#endif // _LEDEFFECTSSERVER_H_
|
|||
|
|