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

📄 sp_lib.h

📁 单片机开发环境 windows+ads+hjtag
💻 H
字号:
#ifndef __SP_LIB_H 
#define __SP_LIB_H

//sys lib
#include "stdio.h"
#include "time.h"

//user inc
#include    "ucos_ii.h"
#include "Bmp.h"
#include "Error.h"
#include    "HW_Defi.h"
#include "Key.h"
#include "LCD.h"
#include    "LPC23xx.h"
#include "Misc.h"
#include "Power.h"
#include "PWM.h"
#include "RTC.h"
#include "SCI.h"
#include "Target.h"
#include "w25x.h"

//fs inc
#include "SDMMC.h"
#include "DIR.h"
#include "DISK.h"
#include "FAT.H"
#include "FDT.H"
#include "FILE.H"
#include "OSFILE.h"
#include "RWSEC.H"


#endif

⌨️ 快捷键说明

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