📄 temper.h
字号:
/*******************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -