csdproximityconst.h
来自「 PSoC(可编程片上系统)是Cypress半导体公司生产的包含有8位微处理器核」· C头文件 代码 · 共 25 行
H
25 行
//*****************************************************************************
//*****************************************************************************
// FILENAME: `@LIB_NAME`_CSDPROXIMITYConst.h
// Version: 1.0, Updated on 2006/12/08 at 09:24:02
// Application: PSoC Express 2.0
//
// DESCRIPTION: Header file for CSDPROXIMITY driver
//-----------------------------------------------------------------------------
// Copyright (c) Cypress MicroSystems 2006. All Rights Reserved.
//*****************************************************************************
//*****************************************************************************
#ifndef CSDPROXIMITYCONST_INCLUDE
#define CSDPROXIMITYCONST_INCLUDE
typedef struct
{
const int DetectionThreshold;
const BYTE Hysteresis;
const BYTE RefValue;
const BYTE ScanSpeed;
const BYTE Resolution;
} CSDProximityThresholds;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?