08 2022 档案
摘要:1 功能 按键提示音:用户按下独立按键时,蜂鸣器发出提示音,同时将按键值显示在数码管上。 2 原理图 3 参考程序 3.0 主程序 #include <REGX52.H> #include "Nixie.h" #include "Buzzer.h" #include "Key.h" unsigned
阅读全文
摘要:1 功能: 2 参考程序 2.1 主程序 #include <REGX52.H> #include "LCD1602.H" #include "DS1302.H" #include "Key.H" #include "Timer0.H" unsigned char KeyNum; //记录按键值 u
阅读全文
摘要:1、现象: 2、参考程序 2.1 主程序 #include <REGX52.H> #include "LCD1602.H" #include "DS1302.H" void main() { LCD1602_Init(); DS1302_Init(); LCD1602_ShowString(1,1,
阅读全文