custom.h
来自「cypress cy3721做的外部无线结点。感知温度后将温度值反给中心结点。」· C头文件 代码 · 共 16 行
H
16 行
//
// Custom.h
//
// Prototypes for custom functions, including fixed functions
//
#ifndef CUSTOM_H
#define CUSTOM_H
#include "SystemVars.h"
extern void CustomInit( void);
extern void CustomPostInputUpdate( void);
extern void CustomPreOutputUpdate( void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?