|
/******************************************************************************
|
* Copyright (C) 2014-2015 HangZhou SiZhu Co.,LTD.
|
*
|
*-----------------------------------------------------------------------------
|
* File: ERROR.c
|
* Description: indicate error state of flow meter
|
* Author: Lishoujian (867693272@qq.com)
|
* Date: Jan 8, 2015
|
*****************************************************************************/
|
|
/* ----------------------- Platform includes --------------------------------*/
|
#include "error.h"
|
|
|
/******************************************
|
* func: Error_out
|
* desc: error state use output gpio 0/1
|
* input:
|
* channel - channel num :0/1
|
* error_level - 0/1
|
* output: 0/1
|
* return: none
|
*****************************************/
|
void Error_out(uint8 channel,uint8 error_level)
|
{
|
|
}
|