Dot Matrix LED clock with RTC ver1.0

Dependencies:   ds3231 mbed

Revision:
0:c872b97ce7ea
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TLC5940.h	Tue Aug 11 00:56:37 2015 +0000
@@ -0,0 +1,4 @@
+#include "mbed.h"
+
+void setup ( int num_ics );
+void update_led ( unsigned short* LEDS );
\ No newline at end of file