temper.h
来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 44 行
H
44 行
/*******************************************************************************
* CONFIDENTIAL - PHILIPS APM
*
* This is unpublished work is a trade secret. Philips APM owns all rights
* to this work and intends to maintain it in confidence to preserve its
* trade secret status. Philips Automotive Playback Modules reserves the
* right to protect this work as an unpublished copyrighted work in the
* event of an inadvertent Automotive Systems also reserves its right.
* Those having access to this work mayor deliberate unauthorized publication.
* Do not copy it, use it, or disclose the information contained in it
* without the written authorization of Philips Automotive Playback Modules.
******************************************************************************/
/******************************************************************************/
/*! \file
*
* Project Scope: CDM M8
*
* Organization: Philips APM-DS
*
* Version Control:
* \source sources\main\temper.h
* \version 0.1
* \author Bernard Bosnjak
* \date 26.04.2004
*
* Target Hardware: Accordo
*******************************************************************************
* \brief Definition for temperature management
*
* \par Change History:
*
* - BB040917a Changed temperature calculation
******************************************************************************/
#ifndef __TEMPER_H
#define __TEMPER_H
void temperature_init(void);
void temperature_fsm(void);
int8 temperature_get(void);
#endif /* __TEMPER_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?