summaryrefslogtreecommitdiffstats
path: root/LoLShield/Charliplexing.h
diff options
context:
space:
mode:
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