calibration.h
来自「cypress cy3721做的外部无线结点。感知温度后将温度值反给中心结点。」· C头文件 代码 · 共 17 行
H
17 行
//*****************************************************************************
//*****************************************************************************
// FILENAME: calibration.h
// @Version@
// `@PSOC_VERSION`
//
// DESCRIPTION: Header file for calibration.c.
//
//-----------------------------------------------------------------------------
// Copyright (c) Cypress MicroSystems 2004. All Rights Reserved.
//*****************************************************************************
//*****************************************************************************
extern const int CountsPerVolt;
extern const int ADC_Offset;
extern const int imVolts_Chan_Offset[32];
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?