#include "dis.h"
unsigned char Led1=0;
unsigned char Led2=9;
unsigned char Led3=3;
unsigned char Led4=4;
unsigned char Led5=5;
unsigned char Led6=6;
unsigned char Led7=7;
unsigned char Led8=8;
unsigned char code tab[10]=
{0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
// 0 1 2 3 4 5 6 7 8 9
unsigned int Fre;//频率
void dis()//数码管显示
{
Led1=10; //灭
Led2=10; //灭
Led3=10; //灭
Led4=Fre/10000; //频率值送显示
Led5=Fre%10000/1000;
Led6=Fre%1000/100;
Led7=Fre%100/10;
Led8=Fre%10;
P0=tab[Led1];//
hc138(7); //段输出
hc138(0); //锁存
P0=0x01; // 0000 0001
hc138(6); //位输出
del(1);
P0=0x00; // 0000 0000
hc138(6); //位输出 关断
hc138(0); //锁存
P0=tab[Led2];//
hc138(7); //段输出
hc138(0); //锁存
P0=0x02; // 0000 0010
hc138(6); //位输出
del(1);
P0=0x00; // 0000 0000
hc138(6); //位输出 关断
hc138(0); //锁存
P0=tab[Led3];//
hc138(7); //段输出
hc138(0); //锁存
P0=0x04; // 0000 0100
hc138(6); //位输出
del(1);
P0=0x00; // 0000 0000
hc138(6); //位输出 关断
hc138(0); //锁存
P0=tab[Led4];//
hc138(7); //段输出
hc138(0); //锁存
P0=0x08; // 0000 1000
hc138(6); //位输出
del(1);
P0=0x00; // 0000 0000
hc138(6); //位输出 关断
hc138(0); //锁存
P0=tab[Led5];//
hc138(7); //段输出
hc138(0); //锁存
P0=0x10; // 0001 0 000
hc138(6); //位输出
del(1);
P0=0x00; // 0000 0000
hc138(6); //位输出 关断
hc138(0); //锁存
P0=tab[Led6];//
hc138(7); //段输出
hc138(0); //锁存
P0=0x20; // 0000 0001
hc138(6); //位输出
del(1);
P0=0x00; // 0000 0000
hc138(6); //位输出 关断
hc138(0); //锁存
P0=tab[Led7];//
hc138(7); //段输出
hc138(0); //锁存
P0=0x40; // 0000 0001
hc138(6); //位输出
del(1);
P0=0x00; // 0000 0000
hc138(6); //位输出 关断
hc138(0); //锁存
P0=tab[Led8];//
hc138(7); //段输出
hc138(0); //锁存
P0=0x80; // 0000 0001
hc138(6); //位输出
del(1);
P0=0x00; // 0000 0000
hc138(6); //位输出 关断
hc138(0); //锁存
}
void del(unsigned int x)//
{
unsigned char i, j;
unsigned int k;
for(k=0;k<x;k++)
{
i = 12;
j = 169;
do
{
while (--j);
} while (--i);
}
}
void hc138(unsigned char x)//0~7
{
x=x<<5; //0000 0rrr----rrr0 0000
P2=P2&0x1f;//0001 1111
P2=P2|x; //rrrx xxxx
}
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
蓝桥杯单片机竞赛--频率测量显示程序.rar (21个子文件)
蓝桥杯测频率程序
key.c 2KB
test.uvopt 6KB
Objects
test.hex 3KB
test.build_log.htm 1KB
dis.obj 10KB
test 22KB
test.lnp 133B
main.obj 6KB
key.obj 8KB
dis.__i 113B
key.h 173B
dis.c 2KB
Listings
main.lst 3KB
test.m51 19KB
key.lst 5KB
dis.lst 5KB
dis.h 224B
STC15F2K60S2.H 13KB
test.uvgui.Administrator 71KB
test.uvproj 14KB
main.c 1KB
共 21 条
- 1
资源评论
微康测控
- 粉丝: 137
- 资源: 11
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功