sensor.h

来自「Application note Jennic wifi modules sen」· C头文件 代码 · 共 71 行

H
71
字号
/**************************************************************************** * * MODULE              Jenie Template * * COMPONENT           $RCSfile: Sensor.h,v $ * * VERSION             $Name: HEAD $ * * REVISION            $Revision: 1.1 $ * * DATED               $Date: 2007/11/02 12:32:47 $ * * STATUS              $State: Exp $ * * AUTHOR              Martin Looker * * DESCRIPTION         Jenie Template. * * CHANGE HISTORY * * $Log: Sensor.h,v $ * Revision 1.1  2007/11/02 12:32:47  mlook * Adding new application notes * * * * LAST MODIFIED BY    $Author: mlook $ *                     $Modtime: $ * **************************************************************************** * * This software is owned by Jennic and/or its supplier and is protected * under applicable copyright laws. All rights are reserved. We grant You, * and any third parties, a license to use this software solely and * exclusively on Jennic products. You, and any third parties must reproduce * the copyright and warranty notice and any other legend of ownership on each * copy or partial copy of the software. * * THIS SOFTWARE IS PROVIDED "AS IS". JENNIC MAKES NO WARRANTIES, WHETHER * EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, * ACCURACY OR LACK OF NEGLIGENCE. JENNIC SHALL NOT, IN ANY CIRCUMSTANCES, * BE LIABLE FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO, SPECIAL, * INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER. * * Copyright Jennic Ltd 2005, 2006, 2007. All rights reserved * ****************************************************************************//****************************************************************************//***        Include files                                                 ***//****************************************************************************/#include <jendefs.h>#include <jenie.h>/****************************************************************************//***        Macro Definitions                                             ***//****************************************************************************//****************************************************************************//***        Exported Function Prototypes                                  ***//****************************************************************************/PUBLIC void vSensor_Init(void);PUBLIC void vSensor_Tick(void);PUBLIC void vSensor_Remote(uint64, uint16, uint8 *);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?