aboutsummaryrefslogtreecommitdiff
path: root/control/ledctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'control/ledctl.h')
-rw-r--r--control/ledctl.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/control/ledctl.h b/control/ledctl.h
new file mode 100644
index 0000000..d7706c4
--- /dev/null
+++ b/control/ledctl.h
@@ -0,0 +1,14 @@
+#include <bcl.h>
+#include <bc_eeprom.h>
+#include <bc_spi.h>
+#include <bc_dice.h>
+
+#ifndef _LEDCTL_H_
+#define _LEDCTL_H_
+
+void click_left();
+void click_right();
+void hold_left();
+void hold_right();
+
+#endif