1. 首页
  2. 移动开发
  3. 其他
  4. 单片机定时器实验代码

单片机定时器实验代码

上传者: 2020-10-31 01:47:08上传 TXT文件 1.13KB 热度 19次
部分代码 main() { // 2. init Timer 1, T1ON, 1:1 prescaler, internal clock source _T1IP = 4; // this is the default value anyway TMR1 = 0; // clear the timer PR1 = 32768-1; // set the period register TRISA = 0xff00; // set PORTA lsb as output
用户评论