?? main.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 - Demostration.
//
// AUTHOR: MTF
//
// HISTORY: See end of file.
//**************************************************************************
// File: MAIN.H
//
#ifndef MAIN_H
#define MAIN_H
void main_soft_reset (void) small reentrant;
void main_background (void);
/***************************************************************************
* History:
* $Log: main.h,v $
* Revision 1.6 2006/09/06 02:16:25 tvander
* Removed delay routine to its own file.
*
* Revision 1.5 2006/08/30 21:55:47 gmikef
* *** empty log message ***
*
* Revision 1.4 2006/08/09 00:56:58 tvander
* *** empty log message ***
*
* Revision 1.3 2005/10/12 23:00:03 tvander
* Includes demonstratable mission mode, brownout, LCD and sleep modes
*
* Revision 1.2 2005/09/22 23:45:10 tvander
* Clean build all models and unit tests, updated copyright to be fore Teridian
*
* Revision 1.1 2005/08/30 01:59:09 gmikef
* *** empty log message ***
*
* 2005 AUGUST 17; First Version.
*
* Copyright (C) 2005 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. *
***************************************************************************/
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -