TO CHECKOUT
Embed:
(wiki syntax)
Show/hide line numbers
lab.h
00001 /*************************************************************************** 00002 * Titel : LAB.H 00003 * Description : Headerfile fuer Labormodul lab.c 00004 * Revision List: 00005 ---------------------------------------------------------------------------- 00006 Date | Author | Change 00007 ---------------------------------------------------------------------------- 00008 15.11.13 |J. Altenburg | Ersterstellung 00009 ---------------------------------------------------------------------------- 00010 | | 00011 ---------------------------------------------------------------------------- 00012 ******************************************************************************/ 00013 #ifndef LAB_H 00014 #define LAB_H 00015 00016 /*************************************************************************** 00017 * HEADER-FILES (Only those that are needed in this file) 00018 ****************************************************************************/ 00019 /* System-headerfiles */ 00020 #include "cdef.h" /* General definitions and types */ 00021 #include "mbed.h" 00022 /* Foreign headerfiles */ 00023 00024 00025 /*************************************************************************** 00026 * Defines und Makros für externen Zugriff * 00027 ***************************************************************************/ 00028 00029 00030 /*************************************************************************** 00031 * Funktionsprototypen 00032 ****************************************************************************/ 00033 void LAB_vInit ( void ); 00034 void LAB_vMain ( void ); 00035 00036 #endif 00037 00038
Generated on Sat Jul 16 2022 01:28:41 by
1.7.2