⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 all.h

📁 f330与mfrc522 通信 构成读卡器 上传源码和原理图。
💻 H
字号:

//*****************************************************
// 项  目:智能控制器-V1.0
// 文件名:ALL.h
// 说  明:头文件集
//*****************************************************

//-------------------------------------
#include <string.h>                    //字符串
#include <stdlib.h>                    //标准库
#include <stdio.h>                     //IO函数
#include <ctype.h>                     //字符函数
#include <intrins.h>                   //内部函数
#include "f020.h"                      //FSR 定义
#include "port.h"                      //端口定义
#include "common.h"                    //公共常量
//-------------------------------------
#include "i2c.h"                       //I2C总线
#include "pca.h"                       //PCA模块
#include "spi.h"                       //SPI总线
#include "timer2.h"                    //TIMER2
#include "uart0.h"                     //UART0
#include "uart1.h"                     //UART1
//-------------------------------------
#include "init.h"                      //初始化
#include "main.h"                      //主程序
//-------------------------------------
#include "cod0.h"                      //键盘密码处理
#include "nod0.h"                      //门状态锁驱动
#include "cod1.h"                      //键盘密码处理
#include "nod1.h"                      //门状态锁驱动
//-------------------------------------
#include "zkem.h"                      //门禁机通讯
#include "anti.h"                      //反潜入功能
//-------------------------------------
#include "modem.h"                     //电话网通讯
#include "set.h"                       //锁控器设置
//-------------------------------------
#include "net.h"                       //NET事件处理
#include "arp.h"                       //ARP包处理
#include "eth.h"                       //ETH包处理
#include "icmp.h"                      //ICMP包处理
#include "ip.h"                        //IP包处理
#include "server.h"                    //服务器程序
#include "tcp.h"                       //TCP包处理
#include "udp.h"                       //UDP包处理
//-------------------------------------
#include "analog.h"                    //AD转换
#include "cksum.h"                     //CRC/CKSUM
#include "flash.h"                     //FLASH存储
#include "updater.h"                   //远程下载器
//-------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -