1、本例通过4-16译码器74HC154实现用4个IO口控制16个LED循环点亮
2、在keil c51中新建工程ex62,编写如下程序代码,编译并生成ex62.hex文件
//4-16线译码器实例
#include <reg51.h>
#include <reg51.h>
//延时函数
void delayms(unsigned int x)
{
unsigned char i;
while(x--)
void delayms(unsigned int x)
{
unsigned char i;
while(x--)