-
6 digital tube display dynamic display: HELLO. And moves to the left shows the e...
6位数码管显示动态显示:HELLO.并有向左移动显示的动作效果-6 digital tube display dynamic display: HELLO. And moves to the left shows the effect of mobile
- 2022-02-11 14:05:42下载
- 积分:1
-
很好的用io口模拟串口的程序,内带仿真文件,可随意修改,已经在产品中应用,可放心使用。...
很好的用io口模拟串口的程序,内带仿真文件,可随意修改,已经在产品中应用,可放心使用。-Io mouth with a very good simulation of serial procedures, within the simulation with documents, can be freely modified, has been applied in the product can be assured that use.
- 2022-01-26 20:28:20下载
- 积分:1
-
LT_1B msp430开发板例子程序-TA_8
LT_1B msp430开发板例子程序-TA_8
- 2022-03-21 09:34:23下载
- 积分:1
-
公司arcom library for Arduino。
Arduino library for ArCan.
www.arcan.es
- 2022-03-22 02:58:31下载
- 积分:1
-
温度计原理图和源码
温度计原理图和源码-thermometer schematic and source
- 2023-04-15 00:25:03下载
- 积分:1
-
RF905 200米无线数据收发模块C语言程序
RF905 200米无线数据收发模块C语言程序-RF905 200 meter wireless data transceiver
- 2022-04-19 02:25:06下载
- 积分:1
-
电压测试,数字电压表,利用动态显示模块显示
电压测试,数字电压表,利用动态显示模块显示-Voltage testing, digital voltmeter, using dynamic display module display
- 2022-07-15 12:05:04下载
- 积分:1
-
TSLIB 2005年的CVS版本。用于Linux下触摸屏设备的驱动算法。
TSLIB 2005年的CVS版本。用于Linux下触摸屏设备的驱动算法。-TSLIB 2005 years of CVS version. For Linux under the touch screen device driver algorithm.
- 2023-01-13 12:55:03下载
- 积分:1
-
基于80C51单片机源码公开的Small RTOS 1.12.1版
基于80C51单片机源码公开的Small RTOS 1.12.1版-80C51 microcontroller based on the open source version 1.12.1 Small RTOS
- 2022-10-31 07:35:03下载
- 积分: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