summaryrefslogtreecommitdiff
path: root/shiftbrite.h
diff options
context:
space:
mode:
authorJohannes Kroll <jkroll@lavabit.com>2012-03-06 23:07:28 +0100
committerJohannes Kroll <jkroll@lavabit.com>2012-03-06 23:07:28 +0100
commit753680192ced57c1183588aa4b6383f06ccba4ec (patch)
tree5321ce16b1ba9955fd5887d227b141e4b104ac44 /shiftbrite.h
parent6e1abf7e2bc054f92a38b3899968d850fbd0c7d0 (diff)
wip mult stuff
Diffstat (limited to 'shiftbrite.h')
-rw-r--r--shiftbrite.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/shiftbrite.h b/shiftbrite.h
index d2f5ebd..09edffb 100644
--- a/shiftbrite.h
+++ b/shiftbrite.h
@@ -1,5 +1,12 @@
+#ifndef SHIFTBRITE_H
+#define SHIFTBRITE_H
+
// setup port for shiftbrites
void sb_init(void);
// set the color of a shiftbrite.
void sb_setcolor(uint8_t lamp_index, uint8_t r, uint8_t g, uint8_t b);
+
+void sb_tick(void);
+
+#endif //SHIFTBRITE_H