📄 epower_compute.h
字号:
//###########################################################################
//
// FILE: Epower_28x_Compute.h
//
// TITLE: Compute Definitions.
//
//###########################################################################
//
// Ver | dd mmm yyyy | Who | Description of changes
// =====|=============|======|===============================================
// 1.00| 20 Sep 2005 | X.KP | Define compute function and some
// | | | function the main.c used.
//###########################################################################
#ifndef _Epower_28x_Compute
#define _Epower_28x_Compute
Uint16 Sqr(Uint16 n);
void FluctuationFlickerSample(void);
#endif /* #ifndef _Epower_28x_Init */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -