-
在C51上显示四个数码管程序,简单易懂,试用过
在C51上显示四个数码管程序,简单易懂,试用过-In the C51 display four digital control program
- 2022-04-13 05:07:49下载
- 积分:1
-
ARM7杂套开源。包含一些ARM7开发COD…
arm7开发源代码杂集.包含有一些ARM7的开发代码-arm7 miscellaneous set of open source. contains a number of ARM7 Development Code
- 2022-01-21 21:59:24下载
- 积分:1
-
基于单片机的程序,利用18B20测温,并通过1602液晶显示,并有检测18B20是否正常工作的功能。...
基于单片机的程序,利用18B20测温,并通过1602液晶显示,并有检测18B20是否正常工作的功能。-Based on SCM procedures, the use of 18B20 temperature, and liquid crystal display 1602, and 18B20 Detect Whether or not there is a normal job functions.
- 2023-06-18 22:25:03下载
- 积分:1
-
pid控制的源程序,很不错的,请大家注意关注啊
pid控制的源程序,很不错的,请大家注意关注啊-pid control source, it is good, draw attention to concerns ah
- 2022-09-08 11:10:02下载
- 积分:1
-
ICCAVR prepared using SCM mega128L procedures 12864 LCD, LCD is initialized usin...
使用ICCAVR编写的mega128L单片机的12864液晶显示程序,液晶初始化采用头文件的方式,方便移植,可以方便的用于其他单片机的液晶控制。-ICCAVR prepared using SCM mega128L procedures 12864 LCD, LCD is initialized using the first papers to facilitate the transplant, it will be convenient for other single-chip LCD control.
- 2022-01-29 04:14:24下载
- 积分:1
-
msp430f169的ad da程序,很有用的,一定要看啊
msp430f169的ad da程序,很有用的,一定要看啊-ad da process of msp430f169, very useful, we must look at ah
- 2022-03-16 10:22:54下载
- 积分:1
-
用C语言编写,用于读取FM1608存储芯片上的数据并显示…
用C语言编写的,用于读取FM1608存储芯片上的数据,并显示的数码管上。-With the C language, the FM1608 is used to read data on memory chips and displays digital pipe.
- 2022-03-18 21:31:29下载
- 积分:1
-
51定时器中断例程,比较经典的实际使用定时器的说明
51定时中断例程,比较经典的说明了定时器的实际使用-51 timer interrupt routines, the more classical note of the actual usage timer
- 2022-01-25 18:01:31下载
- 积分: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
-
SPI接口型E2PROM内部存储器的组织及读.写控制方法.
SPI接口型E2PROM内部存储器的组织及读.写控制方法.-SPI Interface-type E2PROM internal memory of the organization and read. Write control methods.
- 2022-04-09 02:29:25下载
- 积分:1