-
在PIC单片机上实现将16位二进制转化为5位BCD码的汇编程序
在PIC单片机上实现将16位二进制转化为5位BCD码的汇编程序-the PIC will achieve 16 binary into five BCD compilation process
- 2022-07-26 22:17:25下载
- 积分:1
-
用单片机开发板实现的液晶显示控制,以单片机的入门学习为主要目的。...
用单片机开发板实现的液晶显示控制,以单片机的入门学习为主要目的。-MCU development board realize the liquid crystal display controls to SCM entry for the main purpose of learning.
- 2022-04-18 03:08:03下载
- 积分:1
-
基于MCS
基于MCS- 51 单片机的洗衣控制系统, 控制面板由按键、指示灯和LED 显示器组成。
按键选择洗衣机工作方式, 指示灯配合按键工作, LED 显示器则显示洗衣机洗涤和脱水时
间。洗衣机的整体电路模块包括键盘矩阵、指示灯、电动机控制及电源电路。控制程序设计
包括定时中断服务程序、外中断服务程序及主程序。-Based on MCS-51 SCM laundry control system, control panel by the button, LED indicator light and display components. Button to choose washing machines work, light work with the button, LED display shows time washing machine washing and dehydration. Washing the overall circuit module includes a keyboard matrix, light, motor control and power circuit. Control program design includes interrupt service routine from time to time, outside the interrupt service routine and the main program.
- 2022-09-08 13:40:02下载
- 积分:1
-
51单片机C语言编程实例,从基本的点亮发光二极管、蜂鸣器,到串口通信、LCD、最后详细介绍了51单片机在智能电动小车上的应用。...
51单片机C语言编程实例,从基本的点亮发光二极管、蜂鸣器,到串口通信、LCD、最后详细介绍了51单片机在智能电动小车上的应用。-51 Microcontroller C programming examples, from basic light-emitting diode, buzzer, to the serial communications, LCD, lastly, a detailed description of the 51 SCM in the smart mini-car applications.
- 2022-03-29 15:23:31下载
- 积分:1
-
这是在用MSP430写的LCD12864和温度传感器18B20的驱动程序。
这是在用MSP430写的LCD12864和温度传感器18B20的驱动程序。-This is written with MSP430 and temperature sensors LCD12864 driver 18B20.
- 2022-08-21 14:15:53下载
- 积分:1
-
AVR 系列单片机 C 语言开发指南。2003年出版,有必要请购买原版。...
AVR 系列单片机 C 语言开发指南。2003年出版,有必要请购买原版。-AVR MCU C language design guide.
- 2022-09-24 17:20:05下载
- 积分:1
-
MSP430X41X子程序,希望对大家学习430单片机有用... ... ... ...!
MSP430X41X子程序,希望对大家学习430单片机有用... ... ... ...!-MSP430X41X subprogram, and they hope to learn from U.S. 430 Singlechip useful ... ... ... ...!
- 2022-01-21 04:31:41下载
- 积分:1
-
凌阳16位单片机的启动代码,它是源码,是凌阳的公司提供的
凌阳16位单片机的启动代码,它是源码,是凌阳的公司提供的-Sunplus 16-bit single-chip start-up code, it is the source code is provided by the company of Sunplus
- 2022-06-01 20:54:37下载
- 积分: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
-
让数码管的亮度一致,原代码是运行在AT89S52上,12MHz
让数码管的亮度一致,原代码是运行在AT89S52上,12MHz-The brightness of the digital control line, the original code is run on AT89S52 on, 12MHz
- 2022-02-09 21:35:35下载
- 积分:1