sp_lib.h
来自「单片机开发环境 windows+ads+hjtag」· C头文件 代码 · 共 36 行
H
36 行
#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 + =
减小字号Ctrl + -
显示快捷键?