diff options
Diffstat (limited to 'users/anderson/dmc12.h')
-rw-r--r-- | users/anderson/dmc12.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/anderson/dmc12.h b/users/anderson/dmc12.h new file mode 100644 index 000000000..6b2bf94a5 --- /dev/null +++ b/users/anderson/dmc12.h @@ -0,0 +1,9 @@ +// Sexy LED animation. + +#include "quantum.h" + +#define LED_INTERVAL 160 +#define LED_RADIUS 6 + +void dmc12_start(uint32_t color, bool reset); +void dmc12_process(void); |