Test

Dependencies:   mbed-dev-OS5_10_4

Revision:
0:014fad4dfb9d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Main/Headers.h	Fri Aug 07 07:24:21 2020 +0000
@@ -0,0 +1,93 @@
+/*-------------------------------------------------------------------------------
+Programm Name:  Headers.h
+Version:        1.0
+Sprache:        C
+Compiler:       CrossStudio Ver. 2.0
+Autor:          PS
+Copyright:      PS
+                
+
+Funktion:       Enthält alle relevanten Header
+28.10.2012: 
+-------------------------------------------------------------------------------*/
+// #define PGU_TOUCH        1
+// #define PGU_BI_TOUCH     1
+// #define PGU_EDUCATION    1
+#define PGU_RPA             1
+// #define PGU_LTR          1
+// #define SINE_GEN         1  // wird fuer den Sinusgenerator definiert
+// #define ECN              1  // wird fuers ECN definiert 
+// #define TOUCH_DISPLAY    1  // aktiviert die Display und Touch Methoden
+#define ADC_24BIT           1
+// #define DAC_32BIT        1
+// #define DO_AUTO_START    1
+// #define USE_RTC          1       // wenn die eingebaute Uhr verwendet wird
+
+
+#include <string.h>
+#include <iostream>
+#include <math.h> 
+#include <stdio.h>
+#include <algorithm>
+#include "mbed.h"
+// #include "MK64FK12.h"
+///mbed-dev_577/features/FEATURE_LWIP/lwip-interface/
+// #include "EthernetInterface.h"
+#include "SDBlockDevice.h"
+#include "FATFileSystem.h"
+
+
+
+#include "FT_DataTypes.h"
+#include "Chip1768.h"
+#include "AdRead.h"
+#include "Dio.h"
+#ifndef PGU_RPA
+    #include "Calibration.h"
+#endif
+#include "OpenIni.h"
+#include "OpenDevId.h"
+#ifndef PGU_RPA
+    #include "OpenAutoStart.h"
+    #include "RunAutoStart.h"
+#endif
+#include "Struct.h"
+#ifndef PGU_RPA
+    #include "MethGlobals.h"
+#endif
+#include "Dac8532.h"
+#include "InitMain.h"
+#ifndef PGU_RPA
+    #include "SwitchMode.h"
+    #include "RwConfig.h"
+    #include "RwParameter.h"
+    #include "TftGetSetParaValues.h"
+    #include "RwSeqFile.h"
+    #include "CalcGenValues.h"
+    #include "RwMwFile.h"
+    #include "RwHeaderFile.h"
+#endif
+
+#include "EcmTel.h"
+
+
+#include "LoopTimer.h"
+#include "RpaSerial.h"
+
+// #include "EthGlobals.h"
+
+#ifndef PGU_RPA
+    #include "SequenzMethoden.h"
+    #include "SwitchRanges.h"
+#endif
+#include "SendTelToHost.h"
+#include "Globals.h"
+
+#ifndef PGU_RPA
+    #include "TftServices.h"
+#endif
+#include "SdGlobals.h"
+#include "IfGlobals.h"
+#include "AdGlobals.h"
+#include "SdCard.h"
+// #include "Threads.h"