aboutsummaryrefslogtreecommitdiff
path: root/users/anderson/dmc12.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/anderson/dmc12.h')
-rw-r--r--users/anderson/dmc12.h9
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 @@
1// Sexy LED animation.
2
3#include "quantum.h"
4
5#define LED_INTERVAL 160
6#define LED_RADIUS 6
7
8void dmc12_start(uint32_t color, bool reset);
9void dmc12_process(void);