sinegen.h

来自「* Use 10 MHz crystal frequency. * Use 」· C头文件 代码 · 共 97 行

H
97
字号
/* the use of the 'const' specifier    puts this in ROM */#if defined(__18CXX)rom#endif  const unsigned char sine64tab[] = {0x80,0x8c,0x98,0xa5,0xb0,0xbc,0xc7,0xd1,0xda,0xe2,0xea,0xf0,0xf6,0xfa,0xfd,0xff,0xff,0xff,0xfd,0xfa,0xf6,0xf0,0xea,0xe2,0xda,0xd1,0xc7,0xbc,0xb0,0xa5,0x98,0x8c,0x7f,0x73,0x67,0x5a,0x4f,0x43,0x38,0x2e,0x25,0x1d,0x15,0xf,0x9,0x5,0x2,0x0,0x0,0x0,0x2,0x5,0x9,0xf,0x15,0x1d,0x25,0x2e,0x38,0x43,0x4f,0x5a,0x67,0x73 };#if defined(__18CXX)rom#endif  const unsigned char sine16tab[] = {0x80,0xb0,0xda,0xf6,0xff,0xf6,0xda,0xb0,0x80,0x4f,0x25,0x9,0x0,0x9,0x25,0x4f};

⌨️ 快捷键说明

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