📄 defines.h
字号:
//
// Cypress Semiconductor
// Wireless Audio Example
//
#if !defined(DEFINES_H)
#define DEFINES_H
// PSOC/Cypress headers
#include <m8c.h> // part specific constants and macros
#include "PSoCAPI.h" // PSoC API definitions for all User Modules
#include "PSoCGPIOINT.h"
//////////////////////////////////////////////////////////////////////////
// Macros
// Endpoints and their functions
#define EP_AUDIO_IN 1
#define EP_AUDIO_OUT 2
#define EP_DIAG_IN 3
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// General headers used by every module
#include "Diag.h"
#include "Config.h"
//////////////////////////////////////////////////////////////////////////
#endif // !DEFINES_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -