summaryrefslogtreecommitdiffstats
path: root/LoLShield/Charliplexing.h
diff options
context:
space:
mode:
authorAlexander Kauerz <kauerz@informatik.uni-luebeck.de>2012-02-09 23:03:40 +0100
committerAlexander Kauerz <kauerz@informatik.uni-luebeck.de>2012-02-09 23:03:40 +0100
commit12169019447f2d583a67010db8efb6f06820d76e (patch)
tree0a6d6f452c4de836ad6597446466f0339d62d5d7 /LoLShield/Charliplexing.h
parentba015bf7bf9cd39b35c629356c3e4db8d3e77e34 (diff)
downloadledmatrix-12169019447f2d583a67010db8efb6f06820d76e.tar
ledmatrix-12169019447f2d583a67010db8efb6f06820d76e.zip
lolshield
Diffstat (limited to 'LoLShield/Charliplexing.h')
-rw-r--r--LoLShield/Charliplexing.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/LoLShield/Charliplexing.h b/LoLShield/Charliplexing.h
new file mode 100644
index 0000000..2e1dbf3
--- /dev/null
+++ b/LoLShield/Charliplexing.h
@@ -0,0 +1,20 @@
+/*
+ Charliplexing.h - Library for controlling the charliplexed led board
+ from JimmiePRodgers.com
+ Created by Alex Wenger, December 30, 2009.
+ Released into the public domain.
+*/
+
+#ifndef Charliplexing_h
+#define Charliplexing_h
+
+#include <inttypes.h>
+
+namespace LedSign
+{
+ extern void Init(void);
+ extern void Set(uint8_t x, uint8_t y, uint8_t c);
+ extern volatile unsigned int tcnt2;
+};
+
+#endif