?? main.h
字號:
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef _MAIN_H
#define _MAIN_H
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x_lib.h"
#include "user_uart.h"
#include "user_systick.h"
#include <string.h>
#include "InitFunc.h"
#include "sd_mmc_spi.h"
#include "partition.h"
#include "fat16.h"
#include "tft.h"
#include "bmp.h"
#include "func.h"
#include "font.h"
#ifndef True
#define True 1
#endif
#ifndef False
#define False 0
#endif
#ifndef On
#define On 0
#endif
#ifndef Off
#define Off 1
#endif
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Private functions ---------------------------------------------------------*/
//計算代碼運行耗費時間的計數器
extern vu32 ClickCounter;
void delay(void);
#endif /* _MAIN_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -