-
使用的是arm单片机LPC2210,进行AD 转换,使用ADC模块进行电压测量,有多个程序模块...
使用的是arm单片机LPC2210,进行AD 转换,使用ADC模块进行电压测量,有多个程序模块-use of the arm LPC2210 MCU for AD conversion, ADC module for use voltage measurement, there are a number of program modules
- 2023-02-13 05:20:03下载
- 积分:1
-
基于keilc软件的lcd显示(包括按键扫描)
基于keilc软件的lcd显示(包括按键扫描)-du to keilc software
- 2022-01-25 23:11:30下载
- 积分:1
-
51单片机与MAX 7219连接,可一次性驱动8位数码管,绝对正确
51单片机与MAX 7219连接,可一次性驱动8位数码管,绝对正确-MAX 7219 with 51 single-chip connections can be a one-time 8-bit digital tube-driven, absolutely right
- 2022-05-12 13:46:43下载
- 积分:1
-
利用无线模块开发的报警器源程序,此程序已在产品中使用
利用无线模块开发的报警器源程序,此程序已在产品中使用-The use of wireless module developed by alarm source, this procedure has been used in the product
- 2022-07-11 08:09:56下载
- 积分:1
-
在keil C51下的fm24c04a的c程序
在keil C51下的fm24c04a的c程序-in the process of c fm24c04a
- 2022-02-25 08:58:02下载
- 积分:1
-
320x240图形液晶驱动程序。经验证可以使用
320x240图形液晶驱动程序。经验证可以使用-320x240 graphic LCD driver. Certified can use the
- 2023-07-15 03:15:03下载
- 积分:1
-
这个是SOC的芯片,是杭州万工的产品。可用于单相简单的电子式电度表的开发。资源比较丰富,可供参考...
这个是SOC的芯片,是杭州万工的产品。可用于单相简单的电子式电度表的开发。资源比较丰富,可供参考-This is the SOC chip is the industry" s products, Hangzhou 10000. Can be used for a simple single-phase electronic power meter development. Resources are relatively abundant, available for reference
- 2022-10-29 18:45:03下载
- 积分:1
-
USB――转窗口的驱动程序细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修...
USB――转窗口的驱动程序细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修-USB- turn windows driver fine features, including the content description (at least 20 words). Try not to let owners are spending their time for you to repair
- 2022-08-06 12:20:32下载
- 积分:1
-
座机电话短信发送源代码,座机按键号码获取,以及分类应用!...
座机电话短信发送源代码,座机按键号码获取,以及分类应用!-ace telephone messages this source code, ace number keys acquisition, classification and application!
- 2023-01-12 16:50: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