From 12169019447f2d583a67010db8efb6f06820d76e Mon Sep 17 00:00:00 2001 From: Alexander Kauerz Date: Thu, 9 Feb 2012 23:03:40 +0100 Subject: lolshield --- LoLShield/Charliplexing.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LoLShield/Charliplexing.h (limited to 'LoLShield/Charliplexing.h') 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 + +namespace LedSign +{ + extern void Init(void); + extern void Set(uint8_t x, uint8_t y, uint8_t c); + extern volatile unsigned int tcnt2; +}; + +#endif -- cgit v1.2.3