epower_compute.h
来自「在TI的TMSF2812平台上」· C头文件 代码 · 共 23 行
H
23 行
//###########################################################################
//
// 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 + =
减小字号Ctrl + -
显示快捷键?