?? pwrfact.h
字號:
/***************************************************************************
* This code and information is provided "as is" without warranty of any *
* kind, either expressed or implied, including but not limited to the *
* implied warranties of merchantability and/or fitness for a particular *
* purpose. *
* *
* Copyright (C) 2005 Teridian Semiconductor Corp. All Rights Reserved. *
***************************************************************************/
//**************************************************************************
// DESCRIPTION: 71M652x POWER METER - Phase Angle Calculation.
//
// AUTHOR: RGV
//
// HISTORY: See end of file
//**************************************************************************
// File: PWRFACT.C
//
#ifndef PWRFACT_H
#define PWRFACT_H 1
// External functions used by this module.
// See include files.
// displays the pwoer factor for a phase
void power_factor_lcd (uint8_t select_phase);
// computes the instantaneous or interval power factors, LSB = 0.001%
void Compute_Power_Factor (void);
#endif
/***************************************************************************
* History:
* $Log: pwrfact.h,v $
* Revision 1.1 2006/05/17 19:07:59 tvander
* Battery test works.
* Power factor works for instantaneous value. Periodic value compiles, but is
* untested.
*
*
* Copyright (C) 2006 Teridian Semiconductor Corp. All Rights Reserved. *
* this program is fully protected by the United States copyright *
* laws and is the property of Teridian Semiconductor Corporation. *
***************************************************************************/
/* pwrfact.c */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -