备战蓝桥杯day9__定时器进阶

这个题目是对前面所学知识的小总结,没有什么新的知识点但是多了很多细节。
一,代码部分
#include
#include "intrins.h"
void HC138(unsigned char n);
sbit S5=P3^2;
sbit S4=P3^3;
unsigned char m=0;
unsigned char s=0;
unsigned char _50ms=0;
void Inisystem()
{
HC138(4);
P0=0xff;
HC138(5);
P0=0x00;
}
void Delay1ms() //@11.0592MHz
{
unsigned char i, j;

_nop_();
_nop_();
_nop_();
i = 11;
j = 190;
do
{
while (--j);
} while (--i);
}

unsigned char code SMG_duanma[18]=
{0xc0,0xf9,0xa4,0xb0,0x99,0x92,

备战蓝桥杯day9__定时器进阶最先出现在Python成神之路

版权声明:
作者:玉兰
链接:https://www.techfm.club/p/17150.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>