/****************************************************************************** * Copyright (C) 2014-2015 HangZhou SiZhu Co.,LTD. * *----------------------------------------------------------------------------- * File: ERROR.h * Description: head file of ERROR.c used to indicate error state of flow meter * Author: Lishoujian (867693272@qq.com) * Date: Jan 8, 2015 *****************************************************************************/ /* ----------------------- Platform includes --------------------------------*/ #ifndef __ERROR_H #define __ERROR_H #include "sys.h" void Error_out(uint8 channel,uint8 error_level);//output 0/1 #endif