修复开关控制组控的控制异常问题
修改PB开关状态组控处理,解决后32路的开关状态会复用上前32个回路的数据
This commit is contained in:
45
Source/includes.h
Normal file
45
Source/includes.h
Normal file
@@ -0,0 +1,45 @@
|
||||
#ifndef _INCLUDES_H_
|
||||
#define _INCLUDES_H_
|
||||
|
||||
#include "apt32f102.h"
|
||||
#include "apt32f102_adc.h"
|
||||
#include "apt32f102_bt.h"
|
||||
#include "apt32f102_coret.h"
|
||||
#include "apt32f102_countera.h"
|
||||
#include "apt32f102_crc.h"
|
||||
#include "apt32f102_ept.h"
|
||||
#include "apt32f102_et.h"
|
||||
#include "apt32f102_gpio.h"
|
||||
#include "apt32f102_gpt.h"
|
||||
#include "apt32f102_i2c.h"
|
||||
#include "apt32f102_ifc.h"
|
||||
#include "apt32f102_lpt.h"
|
||||
#include "apt32f102_rtc.h"
|
||||
#include "apt32f102_sio.h"
|
||||
#include "apt32f102_spi.h"
|
||||
#include "apt32f102_syscon.h"
|
||||
#include "apt32f102_uart.h"
|
||||
#include "apt32f102_wwdt.h"
|
||||
#include "apt32f102_types_local.h"
|
||||
#include "apt32f102_clkcalib.h"
|
||||
//#include "apt32f102_tkey.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
/*应用代码头文件*/
|
||||
#include "uart.h"
|
||||
#include "pb_fun.h"
|
||||
#include "pwm.h"
|
||||
#include "eeprom.h"
|
||||
|
||||
#define Project_Software_Ver 0x07
|
||||
#define Project_Hardware_Ver 0x04 //硬件版本
|
||||
|
||||
extern volatile U32_T SysTick_100us;
|
||||
extern volatile U32_T SysTick_1ms;
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user