-
常用串行EEPROM的编程应用,SPI总线(Serial Peripheral Interface串行外围设备接口总线)是三线式的串行总线,是由摩托罗拉公司所研
常用串行EEPROM的编程应用,SPI总线(Serial Peripheral Interface串行外围设备接口总线)是三线式的串行总线,是由摩托罗拉公司所研发,使用三线进行数据传输,分别是SCK时钟引脚,SI数据输入引脚和SO数据输出引脚。-Commonly used application of serial EEPROM programming, SPI bus (Serial Peripheral Interface Serial Peripheral Interface Bus) is a three wire serial bus is developed by Motorola, the use of third-line data transmission, namely the SCK clock pin, SI data input pin and the SO data output pin.
- 2022-03-21 14:43:04下载
- 积分:1
-
学习PIC单片机的好例子
学习PIC单片机的好例子-learning PIC a good example
- 2023-01-19 04:10:04下载
- 积分:1
-
这是一个用于实现电脑和pic单片机通讯的,通过usb接口的通讯程序!第二部分...
这是一个用于实现电脑和pic单片机通讯的,通过usb接口的通讯程序!第二部分-This is a pic for the realization of single-chip computer and communications through the usb interface of the communication process! Part II
- 2022-05-17 00:34:11下载
- 积分:1
-
基于TI的MSP430的方面的相关的软件和MSP430的相关的资料.
基于TI的MSP430的方面的相关的软件和MSP430的相关的资料.-based on TI"s MSP430 aspects of the software and MSP430 relevant information.
- 2022-01-25 21:28:08下载
- 积分:1
-
一个采用C8051F020+CH372实现的带USB功能的流量测控系统,包括C8051F020的AD/DA/串口编程、触摸屏的串口编程、CH372实现的USB接...
一个采用C8051F020+CH372实现的带USB功能的流量测控系统,包括C8051F020的AD/DA/串口编程、触摸屏的串口编程、CH372实现的USB接口编程(原创)等。这些源代码已在某产品中使用。-A used C8051F020+ CH372 achieved with USB function of flow measurement and control system, including the C8051F020 the AD/DA/serial programming, the serial touch-screen programming, CH372 realized USB Interface Programming (original) and so on. These source code has been used in a product.
- 2022-09-17 03:10:04下载
- 积分:1
-
这是一个51单片机与PC的通信系统:采用3×4的小键盘0…
这是一个51单片机与PC的通信系统:利用3*4小键盘输入0~9的一串数字(不大于5),通过8051自带的串口发送给PC并显示在系统的6位LED上;单片机接收上位机的输入并显示在LED上。8051串行口经232电平转换后,与PC机串行口相连。PC机使用串口调试应用程序V2.2.exe,实现上位机与下位机的通讯。-This is a 51 microcontroller and PC communication system : use 3* 4 0 small keyboard input of a bunch of nine-figure (no more than 5), by 8051, bringing their serial sent to the PC and display system in the six LED; SCM receiving PC input and displayed on the LED on. 8,051 by 232 serial port-level conversion, and the PC serial port connected. PC using serial debugging applications V2.2.exe achieve PC and the next crew communications.
- 2022-07-08 04:41:48下载
- 积分:1
-
c8051f2xx样品的大量源代码,包括汇编和C。
C8051F2xx的大量源程序示例代码,包括汇编和C的代码-C8051F2xx sample a large number of source code, including the compilation and C code
- 2022-02-05 03:42:18下载
- 积分:1
-
AVR单片机入门及C语言高效设计实践(五)
ATMEAG16L的中断系统什么是“中断”?顾名思义中断就是中断某一工作过程去处理一些与本工作过程无关或间接相关...
AVR单片机入门及C语言高效设计实践(五)
ATMEAG16L的中断系统什么是“中断”?顾名思义中断就是中断某一工作过程去处理一些与本工作过程无关或间接相关或临时发生的事件,处理完后,则继续原工作过程。比如:你在看书,电话响了,你在书上做个记号后去接电话,接完后在原记号处继续往下看书。如有多个中断发生,依优先法则,中断还具有嵌套特性。又比如:看书时,电话响了,你在书上做个记号后去接电话,你拿起电话和对方通话,这时门铃响了,你让打电话的对方稍等一下,你去开门,并在门旁与来访者交谈,谈话结束,关好门,回到电话机旁,拿起电话,继续通话,通话完毕,挂上电话,从作记号的地方继续往下看书。由于一个人不可能同时完成多项任务,因此只好采用中断方法,一件一件地做。[第一段]
-AVR C language portal and efficient design practice (5) ATMEAG16L the system even interrupted Mody is "suspended"? As the name suggests is interrupted interruption of a process to deal with some of the work process unrelated or indirectly related to the temporary or , after treatment, to the original process. For example : in your reading, the phone rang, you have the book to be a mark after picking up the telephone, then after the original mark to continue down the reading. For more interruption, priority rules and the suspension characteristics also have nested. For instance : reading, the phone rang, you have the book to be a mark after pick
- 2023-05-14 06:10:03下载
- 积分:1
-
SMG12864接口程序
调试已经通过 ,可以放心使用
SMG12864接口程序
调试已经通过 ,可以放心使用-SMG12864 debug interface program has passed, you can rest assured that the use of
- 2022-02-03 20:32:45下载
- 积分:1
-
单片机密码锁,四位数码管显示,6个按键做密码,一个做设置键,一个做解码键,解码成功蜂鸣器响...
单片机密码锁,四位数码管显示,6个按键做密码,一个做设置键,一个做解码键,解码成功蜂鸣器响-SCM password lock, 4 digital LED display, 6 keys to do the password to do a set key, a make decoding key, decode the success of buzzer sound
- 2022-02-26 08:09:40下载
- 积分:1