-
The traffic light is timed and lets cars pass during a
specific time period. T...
The traffic light is timed and lets cars pass during a
specific time period. There is a pedestrial crossing
button that lets pedestrians cross. The lights are
connected to Port 1. You can see this in action using
dScope.
- 2023-04-11 02:25:04下载
- 积分:1
-
c8051f的uart口的测试程序,用来测试c8051f单片机串口是否正常
c8051f的uart口的测试程序,用来测试c8051f单片机串口是否正常-UART c8051f the mouth of the testing procedures used to test whether the normal c8051f single-chip serial
- 2023-01-10 08:55:04下载
- 积分:1
-
As well as the use of single
利用单片机以及DA0832产生正弦波的C51源程序-As well as the use of single-chip generated sine wave DA0832 source of C51
- 2022-01-20 23:05:18下载
- 积分:1
-
DTC Control
三相异步电动机直接转矩控制仿真程序,经调试通过,与大家共分享-DTC Control
- 2022-07-16 21:21:14下载
- 积分:1
-
keyboard testing procedures, including, to jitter, scanning, detection, (8051 or...
键盘测试程序,包括显示 、去抖动、扫描、检测,(8051或8031)-keyboard testing procedures, including, to jitter, scanning, detection, (8051 or 8031)
- 2022-05-14 15:30:39下载
- 积分:1
-
ARM9 chip, chip to start the initialization and interrupt handler
ARM9芯片片外启动的初始化以及中断处理程序-ARM9 chip, chip to start the initialization and interrupt handler
- 2022-05-21 00:49:19下载
- 积分:1
-
C8051F52xA_53xA单片机SPI源代码驱动
C8051F52xA_53xA单片机SPI源代码驱动-C8051F52xA_53xA single-chip SPI driver source code
- 2022-03-14 09:17:07下载
- 积分:1
-
Difficult to get the best original source rtd3523 Series LCD driver development,...
很难得的最好的rtd3523系列原厂源码LCD驱动开发,及相关的显示系统开发!-Difficult to get the best original source rtd3523 Series LCD driver development, and related display systems development!
- 2022-01-26 01:56:41下载
- 积分:1
-
红外线避障检测程序,2路,后来改成了6路的,但是因为公司电脑上只有2路的,所以只能发这个了,以后我会把6路的也传上来。
atmega8单片机,winavr编...
红外线避障检测程序,2路,后来改成了6路的,但是因为公司电脑上只有2路的,所以只能发这个了,以后我会把6路的也传上来。
atmega8单片机,winavr编译.-infrared obstacle avoidance detection procedures, two road, and later changed six road, but because the company has only two computers on the road. So this can only be released in the future I will have the six-way onto. Atmega8 microcontroller, winavr compiler.
- 2022-03-21 10:27:44下载
- 积分: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