From 6e1abf7e2bc054f92a38b3899968d850fbd0c7d0 Mon Sep 17 00:00:00 2001 From: Johannes Kroll Date: Tue, 6 Mar 2012 20:59:04 +0100 Subject: begin coding shiftbrite support --- shiftbrite.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shiftbrite.h (limited to 'shiftbrite.h') diff --git a/shiftbrite.h b/shiftbrite.h new file mode 100644 index 0000000..d2f5ebd --- /dev/null +++ b/shiftbrite.h @@ -0,0 +1,5 @@ +// 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); -- cgit v1.2.1