aboutsummaryrefslogtreecommitdiff
path: root/include/pattern
diff options
context:
space:
mode:
Diffstat (limited to 'include/pattern')
-rw-r--r--include/pattern/twinkle.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pattern/twinkle.h b/include/pattern/twinkle.h
new file mode 100644
index 0000000..3dfe85f
--- /dev/null
+++ b/include/pattern/twinkle.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <stdint.h>
+#include <stdlib.h>
+
+uint8_t twinkle(uint32_t time, size_t x, uint8_t);