Dependencies:   EthernetNetIf NTPClient_NetServices mbed

Revision:
0:f49394bec833
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dotmatrix.h	Sun Dec 11 00:24:18 2011 +0000
@@ -0,0 +1,70 @@
+/***********************************************************************/
+/*                                                                     */
+/*    dotmatrix.h                                                        */
+/*                                                                     */
+/***********************************************************************/
+#ifndef _DOTMATRIX_H
+#define _DOTMATRIX_H
+
+#include "Types.h"
+/*****************************Macro definition********************************/
+#define Z_dotGreen    (1)
+#define Z_dotRed    (0)
+
+/******************************Function declaration***************************/
+/******************************************************************************
+Name       : dot matrix output
+Parameters : none
+Returns    : nothing
+Description: extren call
+******************************************************************************/
+void dotmatrix_output(void);
+
+/******************************************************************************
+Name       : TLC5940 initalize
+Parameters : none
+Returns    : nothing
+Description: extren call
+******************************************************************************/
+void dotmatrix_initialize(void);
+
+/******************************************************************************
+Name       : Display data set demo initialize
+Parameters : none
+Returns    : nothing
+Description: extren call
+******************************************************************************/
+void dotmatrix_demoInitialize(void);
+
+/******************************************************************************
+Name       : Display data set demo
+Parameters : none
+Returns    : nothing
+Description: extren call
+******************************************************************************/
+void dotmatrix_demo(void);
+
+/******************************************************************************
+Name       : display data kaicho wo TLC5940 Gray Data ni henkan suru data table ti no sakusei
+Parameters : none 
+Returns    : nothing
+Description: 
+******************************************************************************/
+void dotmatrix_grayDataKansan(void);
+
+/*****************************Global variable*********************************/
+#ifdef _DOTMATRIX_C
+    #define    EXTERN
+    #define    GLOBAL_VARIABLE_DEFINE
+#else
+    #define    EXTERN extern
+#endif
+
+EXTERN uint8_t F_kakikae;   // 0:kakikae OK 1:kakikae NG
+
+#undef    _DOTMATRIX_C
+#undef    EXTERN
+#undef    GLOBAL_VARIABLE_DEFINE
+
+
+#endif    // _DOTMATRIX_H