#ifndef COMPONENTS_H__
#define COMPONENTS_H__

#include "Simulated_IIC_master\Simulated_IIC_master.h"
#include "System_Monitor\System_Monitor.h"
#include "Key\Key_user.h"
#include "Analog\Analog_Signals.h"
#include "GPIO\RTE_GPIO.h"
#include "Tick_Timer\RTE_Tick_Timer.h"
#include "WDT\RTE_WDT.h"
#include "TrmerM\TrmerM.h"
#include "AD\RTE_ADC_INTERIM_VERSION.h"
#include "./CAN/rte_can.h"
#include "DeepSleep\DeepSleep.h"
#include "CLOCK_Select\RTE_CLOCK_Select.h"
#include "UART\RTE_UART.h"
#include "GenDelay\GenDelay.h"
#include "GpioUser.h"
#include "Eeprom\eepromManage.h"
#include "Application\CommonInterface.h"
#include "Menu\Menu.h"
#include "Flash_synchronizer\Flash_synchronizer.h"
#include "AMT630H\AMT630H.h"
#include "AMT630H\PicBin.h"
#include "AMT630H\UartProtocol.h"
#include "AMT630H\AMT630H_Datas.h"
#include "Data_ESpeed.h"
#include "Data_VSpeed.h"
#include "BackLight.h"
#endif