-
MipsCPU based on the UART communication procedures, in the u
基于MipsCPU的UART通讯程序,在u-boot下运行。-MipsCPU based on the UART communication procedures, in the u-boot run.
- 2022-01-25 13:59:45下载
- 积分:1
-
详细介绍了AD7490的性能和参数,用来开发世界AD7490…
详细介绍了AD7490的性能和参数,对用AD7490来开发定位系统的工作是很有作用的。-AD7490 detailed performance and parameters of the AD7490 used to develop the work positioning system is very effect.
- 2023-01-23 21:20:04下载
- 积分:1
-
80X87 CPU汇编大全!内容丰富,汇编工程师不可多得的资料!
80X87 CPU汇编大全!内容丰富,汇编工程师不可多得的资料!-80X87 CPU compilation Series! Rich in content and engineers a rare compilation of information!
- 2022-12-26 02:10:04下载
- 积分:1
-
PIC1687X microcontroller, a LCD12232 Han, All data stored in chip FLAISH, mainta...
PIC1687X单片机,LCD12232汉显,所有数据存于片内FLAISH中,断电保持,硬件调试通过-PIC1687X microcontroller, a LCD12232 Han, All data stored in chip FLAISH, maintain power outages, hardware debugging through
- 2022-02-24 18:39:16下载
- 积分:1
-
该算法经运行,无任何问题,可用于解决模拟退货算法求解车辆路线问题...
该算法经运行,无任何问题,可用于解决模拟退货算法求解车辆路线问题-The algorithm by running without any problems, can be used to solve the simulation algorithm Return Vehicle Routing Problem
- 2022-03-15 18:51:31下载
- 积分:1
-
pid控制的源程序,很不错的,请大家注意关注啊
pid控制的源程序,很不错的,请大家注意关注啊-pid control source, it is good, draw attention to concerns ah
- 2022-01-27 23:54:55下载
- 积分:1
-
c51单片机实验程序代码
c51单片机实验程序代码--流水灯、时钟、液晶驱动,串口异步通信、AD、DA、ROM 扩展、IO扩展等等,附原理图,对初学者很有帮助。-C51 single-chip experimental procedure code- water lights, clock, LCD driver, serial asynchronous communication, AD, DA, ROM expansion, IO expansion and so on, with schematic diagram, useful for beginners.
- 2023-07-26 09:55:03下载
- 积分:1
-
以C8051F020单片机做的多功能计数器,2008山东大学生电子大赛题目。可以实现频率、周期、时间间隔等测量,可以LCD显示、语音报告结果,并能测试温度、显示...
以C8051F020单片机做的多功能计数器,2008山东大学生电子大赛题目。可以实现频率、周期、时间间隔等测量,可以LCD显示、语音报告结果,并能测试温度、显示时间(DS1302)。-C8051F020 single chip microcomputer to do multi-function counter, 2008 e-Competition topic Shandong college students. Can achieve frequency, cycle, time interval measurement can be LCD display, voice report on the results, and test temperature, indicating the time (DS1302).
- 2022-11-11 18:45:04下载
- 积分:1
-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分: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