1.功能
2.程旭
#include <REGX51.H>
#define uchar unsigned char
uchar code SEG[1]={0x78};
void main(void)
{
while(1)
{
P1=SEG[0];
}
}
3.原理图
1.功能
2.程旭
#include <REGX51.H>
#define uchar unsigned char
uchar code SEG[1]={0x78};
void main(void)
{
while(1)
{
P1=SEG[0];
}
}
3.原理图