-
单片机外部中断
串口中断 定时中断 单片机外部中断
串口中断 定时中断...
单片机外部中断
串口中断 定时中断 单片机外部中断
串口中断 定时中断 -micro conctol micro conctol micro conctol micro conctol
- 2022-04-30 21:13:51下载
- 积分:1
-
430成都技术培训会代码,使用IAR
430成都技术培训会代码,使用IAR-4.10打开。-430 technical training in Chengdu will be the code, the use of IAR-4.10 open.
- 2022-05-29 01:44:43下载
- 积分:1
-
Kuyu downloaded line source, the online burning chips are AT89LS51, minicomputer...
酷鱼下载线源程序,可以在线烧写芯片有AT89LS51,AT89S51,AT89LS52,AT89S52.
2. AT90CAN128,AT90S1200,AT90S2313,AT90S2323,AT90LS2323,AT90S2333,
AT90LS2333,AT90S2343,AT90LS2343,AT90S4414,AT90S4433,AT90LS4433,
AT90S4434,AT90LS4434,AT90S8515,AT90S8535,AT90LS8535
3. ATMEGA103,ATMEGA103L, ATMEGA128, ATMEGA128L, ATMEGA16,
ATMEGA16L,ATMEGA161,ATMEGA161L,ATMEGA162,ATMEGA162V,
ATMEGA163,ATMEGA163L,ATMEGA168,ATMEGA169,ATMEGA169V,
ATMEGA32 , ATMEGA32L, ATMEGA323 , ATMEGA323L, ATMEGA48 ,
ATMEGA64 , ATMEGA64L , ATMEGA8,ATMEAG8L , ATMEGA8515 ,
ATMEGA8515L,ATMEGA8535,ATMEGA8535L,ATMEGA88
4. ATTINY12,ATTINY12L,ATTINY13,ATTINY15L,ATTINY2313,ATTINY2313V,
ATTINY26,ATTINY26L
PIC 系列可ISP 单片机
5. PIC16F870,PIC16F871,PIC16F872,PIC16F873 ,PIC16F873A,PIC16F874,
PIC16F874A,PIC16F876,PIC16F876A,PIC16F877,PIC16F877A-Kuyu downloaded line source, the online burning chips are AT89LS51, minicomputer, AT89LS52, AT89S52. 2. AT90CAN128, AT90S1200. AT90S2313, AT90S2323, AT90LS2323. AT90S2333, AT90LS2333, AT90S2343. AT90
- 2023-05-02 06:20:03下载
- 积分:1
-
Sunplus based on the program to do single
该程序基于凌阳单片机做的无线温度遥测系统,并在液晶屏上进行显示-Sunplus based on the program to do single-chip wireless telemetry system temperature, and liquid crystal display screen. . .
- 2022-02-01 00:36:42下载
- 积分:1
-
ARM LPC21XX proteus测试,测试已经完好,可以直接使用.谢谢!
ARM LPC21XX proteus测试,测试已经完好,可以直接使用.谢谢!-ARM LPC21XX proteus tests have been intact, can be used directly. Thank you!
- 2022-03-02 04:14:36下载
- 积分:1
-
SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sck的控制下,两个双向移位寄存器进行数据交换。
假设下面...
SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sck的控制下,两个双向移位寄存器进行数据交换。
假设下面的8位寄存器装的是待发送的数据10101010,上升沿发送、下降沿接收、高位先发送。
那么第一个上升沿来的时候 数据将会是sdo=1;寄存器=0101010x。下降沿到来的时候,sdi上的电平将所存到寄存器中去,那么这时寄存器=0101010sdi,这样在8个时钟脉冲以后,两个寄存器的内容互相交换一次。这样就完成里一个spi时序。
-SPI bus is a ring structure, by ss (cs), sck, sdi, sdo composition, its timing is actually very simple, mainly under the control of the sck and two bi-directional shift register for data exchange. Assuming the following 8-bit register is loaded to send the data to be 10,101,010, rising to send, receive falling edge, high first sent. Well, the first rising edge to the time data will be sdo = 1 register = 0101010x. Falling edge comes, sdi on the level will be stored to the register, then register at this time = 0101010sdi, so 8 clock pulse later, the contents of two registers to exchange time. This will be completed in a spi timing.
- 2022-02-06 05:39:49下载
- 积分:1
-
在51单片机上用7279芯片驱动键盘和数码管
在51单片机上用7279芯片驱动键盘和数码管-51 SCM in 7279 with a chip-driven keyboard and digital tube
- 2023-06-25 09:35:04下载
- 积分:1
-
MSP IM Source code 2008 update
MSP IM Source code 2008 update
- 2023-09-03 04:15:02下载
- 积分:1
-
单一灯的左移右移分别接在单片机的P1.0-P1.7接口上,输出“0”时,发光二极管亮,开始时P1.0→P1.1→P1.2→P1.3→┅→P1.7→P1.6→┅→...
单一灯的左移右移分别接在单片机的P1.0-P1.7接口上,输出“0”时,发光二极管亮,开始时P1.0→P1.1→P1.2→P1.3→┅→P1.7→P1.6→┅→P1.0亮,重复循环-A single light, respectively, shifted to right then left at P1.0-P1.7 microcontroller interface, the output " 0" when the bright light-emitting diode, the beginning of P1.0 → P1.1 → P1.2 → P1. 3 → ┅ → P1.7 → P1.6 → ┅ → P1.0 Liang, repeat cycle
- 2022-08-21 07:15:27下载
- 积分:1
-
51操作系统RTX51应用,对任务的调度会有很好的了解,很适合初学操作系统的人,另外加了PROTUES对操作系统的仿真...
51操作系统RTX51应用,对任务的调度会有很好的了解,很适合初学操作系统的人,另外加了PROTUES对操作系统的仿真-51 operating system RTX51 application of the mission will have a good understanding of scheduling, it is suitable for beginners operating system, and added another on the operating system PROTUES Simulation
- 2023-04-19 23:25:03下载
- 积分:1