-
单片机常用程序集锦。有了它,以后写程序就方便多了。
单片机常用程序集锦。有了它,以后写程序就方便多了。-Single-chip Collection of commonly used procedures. With it, after the writing process much more convenient.
- 2022-05-15 01:21:21下载
- 积分:1
-
减肥机源程序,内带VFD彩屏HL16360驱动,采用ATMEL8L芯片
减肥机源程序,内带VFD彩屏HL16360驱动,采用ATMEL8L芯片-Slimming machine source code, which HL16360 drive with VFD color screen, using ATMEL8L chip
- 2022-05-05 20:48:23下载
- 积分:1
-
44键盘多模块演示程序,使用双向双次键扫描技术LCALL INKEY 双向双次键扫描...
44键盘多模块演示程序,使用双向双次键扫描技术LCALL INKEY 双向双次键扫描-keyboard module demonstration, the use of the bi-directional bonding time scanning technology LCALL INKEY meeting of the bi-directional scanning Bond
- 2023-04-13 14:55:03下载
- 积分:1
-
用来做键盘和显示的芯片7279的源代码,用C编的
用来做键盘和显示的芯片7279的源代码,用C编的-Used to make the keyboard and display the source code of 7279 chips, with C-series
- 2023-07-27 04:40:03下载
- 积分:1
-
在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
-
1984
1984-1993模糊 C 源代码竞赛.zip
非常的好,不过这是DOS格式,要用UE去打开.-1984-1993 Fuzzy C source code for race. Zip very good, But it is the DOS format, we should open the UE.
- 2022-01-22 16:34:30下载
- 积分:1
-
805X语言下的SLE4428读写卡子程序,含密码校验
805X语言下的SLE4428读写卡子程序,含密码校验-805X SLE4428 logic of language literacy cards subroutine, with password verification
- 2022-10-30 11:30:03下载
- 积分:1
-
Dhry c51源代码,参考
Dhry c51源代码,参考-Dhry decoder source code reference
- 2022-03-21 11:10:08下载
- 积分:1
-
320x240图形液晶驱动程序。经验证可以使用
320x240图形液晶驱动程序。经验证可以使用-320x240 graphic LCD driver. Certified can use the
- 2023-07-15 03:15: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