Components.h 1.2 KB
Newer Older
时昊's avatar
时昊 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#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"
20
#include "Application\CommonInterface.h"
时昊's avatar
时昊 committed
21 22
#include "Menu\Menu.h"
#include "Flash_synchronizer\Flash_synchronizer.h"
23 24 25 26
#include "AMT630H\AMT630H.h"
#include "AMT630H\PicBin.h"
#include "AMT630H\UartProtocol.h"
#include "AMT630H\AMT630H_Datas.h"
27 28
#include "Data_ESpeed.h"
#include "Data_VSpeed.h"
29 30 31
#include "Data_Coolant.h"
#include "Data_Fuel.h"
#include "Mileage\Services_Mileage_User.h"
时昊's avatar
时昊 committed
32
#include "BackLight.h"
33
#include "RTC\RTE_RTC.h"
34 35
#include "CAN_Signal\CAN_Lib.h"
#include "CAN_CH0_CAN_Communication_Matrix.h"
36 37
#include "Telltales\Telltales_user.h"
#include "Telltales\Telltales_Lib.h"
38
#include "Application\BlueTooth.h"
39
#include "cgc.h"
40

时昊's avatar
时昊 committed
41 42
#endif