From 753680192ced57c1183588aa4b6383f06ccba4ec Mon Sep 17 00:00:00 2001 From: Johannes Kroll Date: Tue, 6 Mar 2012 23:07:28 +0100 Subject: wip mult stuff --- shiftbrite.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shiftbrite.h') 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 -- cgit v1.2.1