-
2x3 Keypad libraries for CCS PIC
2x3 Keypad libraries for CCS PIC-C users
- 2022-08-13 20:39:40下载
- 积分:1
-
51时间步进程序示例
51时间步进程序示例
Auto_Man_SW = P0^0; //手动开关
Clamping_button = P0^1; //夹紧按钮
Lifting_button = P0^2; //升降按钮
Swaying_button = P0^3; //摇摆按钮
Vacuum_button = P0^4; //真空按钮
Vacuum_completed = P0^5; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 14:32:03下载
- 积分:1
-
日历时钟模块,用于不带时钟芯片的系统
日历时钟模块,用于不带时钟芯片的系统-calendar clock module for the non-chip clock system
- 2022-08-12 21:55:13下载
- 积分:1
-
交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯...
交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red ligh
- 2022-04-29 18:17:53下载
- 积分:1
-
usb接口的移动硬盘,采用c语言,pidusbd12芯片
usb接口的移动硬盘,采用c语言,pidusbd12芯片-usb interface of mobile hard disk drives, using c language, pidusbd12 Chip
- 2022-08-20 12:34:20下载
- 积分:1
-
c8051f040中液晶屏初始化配置程序和显示程序例程
c8051f040中液晶屏初始化配置程序和显示程序例程-Initialize and display sample with C8051f040 liquid crystal
- 2022-03-02 10:31:16下载
- 积分:1
-
DS1302 RTC 接口与 STM32
与 STM32 DS1302 RTC ic 接口基于单片机。它在其每一秒的时间和 date.and 更新
- 2022-01-26 07:07:49下载
- 积分:1
-
这是一个微机原理及接口技术的课程设计,电子钟 请版主查收...
这是一个微机原理及接口技术的课程设计,电子钟 请版主查收-This is a principle of computer interface technology and curriculum design, electronic bell Please check your moderator
- 2022-06-21 14:15:11下载
- 积分:1
-
a good menu handling procedures, strenuous efforts ah, exchange exchanges.
很好的一个菜单处理程序,费劲心思啊,交流交流。-a good menu handling procedures, strenuous efforts ah, exchange exchanges.
- 2023-04-11 00:05:04下载
- 积分:1
-
由于普通单片机只有一个串口,由于用户可能会用到多个串口,而对于双串口的单片机价格贵,不如自己动手选择两个IO口,自己模拟串口通讯,以下为模拟串口程序....
由于普通单片机只有一个串口,由于用户可能会用到多个串口,而对于双串口的单片机价格贵,不如自己动手选择两个IO口,自己模拟串口通讯,以下为模拟串口程序.-Because there is only one common single-chip serial port, as the user might use multiple serial ports, dual serial ports for the price of your microcontroller, it is better to select two IO own mouth that they simulation serial communication, the following for Simulation of serial procedures.
- 2022-09-26 00:25:03下载
- 积分:1