|
/******************************************************************************
|
* Copyright (C) 2014-2015 HangZhou SiZhu Co.,LTD.
|
*
|
*-----------------------------------------------------------------------------
|
* File: temperature.h
|
* Description: head file of temperature.c used to output and display temperature
|
* Author: Lishoujian (867693272@qq.com)
|
* Date: Jan 8, 2015
|
*****************************************************************************/
|
|
/* ----------------------- Platform includes --------------------------------*/
|
|
#ifndef __temperature_H
|
#define __temperature_H
|
#include "sys.h"
|
|
#define TEMP_ERROR_DATA 200
|
|
float get_temperature(void);
|
|
#endif
|