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

📄 include.h

📁 BHS-STM32-NRF24L01无线
💻 H
字号:
#if !defined( _INCLUDE_H )
#define _INCLUDE_H



#include <stdio.h>
#include <string.h>
#include <math.h>

#include <RTL.h>
#include <stm32f10x_lib.h>
#include "stm32f10x_map.h"

#include "MyType.h"

#include "globals.h"
#include "config.h"
#include "main.h"
#include "timer.h"
#include "MyStdlib.h"
#include "STM32_Reg.h"

#include "..\bsp\bsp.h"
#include "..\bsp\watchdog.h"
//#include "..\usart\com.h"
//#include "..\usart\PC_UserCOM.h"

//#include "..\time\time.h"

#include "..\memory\spi_config.h"
//#include "..\memory\SST25LF080.h"

#include "..\NRF24L01\nrf24l01.h"


//#include "..\TFT\ili932x.h"



#endif

⌨️ 快捷键说明

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