⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sinegen.h

📁 * Use 10 MHz crystal frequency. * Use Timer0 for ten millisecond looptime. * Blink "Alive" LED e
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -