Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New...
51单片机汇编实时时钟课设
实时时钟课题要求:实时时钟系统设计1、用 1 个拨动开关设定“工作状态”和“设置状态”;2、“设置状态”下,用 4 个独立按键实现时间设置:“+”“-”、“移位”、“确认”,对年(2 位)、月、日、时、分、秒进行每 1 位的数值设置;3、采用 DS1302 时钟芯片,采用 LCD 进行时钟显示 Proteus7.8仿真效果如下:https://www.bilibili.com/video/BV1Lt4y1i7rP/ (注:Proteus仿真源文件见附件) 汇编代码如下:123456...