TO CHECKOUT

Dependencies:   mbed

Revision:
0:785c2b62c4d1
diff -r 000000000000 -r 785c2b62c4d1 lab.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lab.h	Sat Nov 29 17:48:10 2014 +0000
@@ -0,0 +1,38 @@
+/***************************************************************************
+* Titel        : LAB.H
+* Description  : Headerfile fuer Labormodul lab.c
+* Revision List:
+  ----------------------------------------------------------------------------
+  Date     | Author          | Change
+  ----------------------------------------------------------------------------
+  15.11.13 |J. Altenburg     | Ersterstellung
+  ----------------------------------------------------------------------------
+           |                 |
+  ----------------------------------------------------------------------------
+******************************************************************************/
+#ifndef LAB_H
+#define LAB_H
+
+/***************************************************************************
+* HEADER-FILES (Only those that are needed in this file)
+****************************************************************************/
+/* System-headerfiles */
+#include "cdef.h"                      /* General definitions and types */
+#include "mbed.h"
+/* Foreign headerfiles */
+
+
+/***************************************************************************
+* Defines und Makros für externen Zugriff                                  *
+***************************************************************************/
+
+
+/***************************************************************************
+*    Funktionsprototypen
+****************************************************************************/
+void LAB_vInit      ( void );
+void LAB_vMain      ( void );
+
+#endif
+
+