brewififo.h

来自「Brew上IFIFO基本功能使用的例子」· C头文件 代码 · 共 35 行

H
35
字号


#ifndef     _BREW_IFIFO_H
#define     _BREW_IFIFO_H







#define     EVT_READ_FIFO   EVT_USER + 1
#define     EVT_DISPLAY     EVT_USER + 2



typedef struct _BrewIFIFO {
	AEEApplet      a ;	       // First element of this structure must be AEEApplet
    AEEDeviceInfo  DeviceInfo; // always have access to the hardware device information
    
    // add your own variables here...

} BrewIFIFO;


#endif








⌨️ 快捷键说明

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