-
非常经典的基于AVR m16的DS18B20 C 程序
!1
非常经典的基于AVR m16的DS18B20 C 程序
!1-Very classic AVR m16-based procedures of DS18B20 C! 1
- 2022-06-16 03:48:38下载
- 积分:1
-
89C51系列CPU编程器源代码
89C51系列CPU编程器源代码-series 89C51 CPU source code programmer
- 2023-04-29 21:40:03下载
- 积分:1
-
本文以51单片机为例介绍如何扩展USB接口进行对U盘的读写,并详细介绍FAT16、FAT32文件系统的细节以及如何编码实现单片机对文件系统的常用操作,顺带提到一...
本文以51单片机为例介绍如何扩展USB接口进行对U盘的读写,并详细介绍FAT16、FAT32文件系统的细节以及如何编码实现单片机对文件系统的常用操作,顺带提到一点关于U盘兼容性问题的解决经验。在这里单片机是host,U盘是slave。-In this paper, single-chip microcomputer 51 as an example on how to expand the USB interface on the U disk read and write, and details on FAT16, FAT32 file system and how to encode the details of the realization of single-chip microcomputer used for file system operations, mentioned in passing that on U disk experience compatibility problems. Here is a single-chip host, U disk is a slave.
- 2022-02-20 12:31:46下载
- 积分: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
-
在Protues仿真利用PWN控制直流电机
在Protues仿真利用PWN控制直流电机-OWN Protues simulation in the use of DC motor control
- 2022-11-25 20:20:03下载
- 积分:1
-
系统按钮显示有不同的端口,它是非常有用的
系统按键显示都具有,不同的I/O口,具有很大的参考价值-System button shows have different I/O port, and it is very useful
- 2022-05-26 20:24:17下载
- 积分:1
-
For the 128x64 type LCD programming. You can read a very particular document.
For the 128x64 type LCD programming. You can read a very particular document.-For the 128x64 type LCD programming. You can read a very particular document.
- 2022-08-21 12:01:37下载
- 积分:1
-
单片机的设计书籍(一些基础性的技术资料)本人从中也得益不少,不敢独享,发上来大家交流交流。
单片机的设计书籍(一些基础性的技术资料)本人从中也得益不少,不敢独享,发上来大家交流交流。-microcontroller design books (some of the basic technical information), I have benefited a lot from, not exclusive. fat onto the exchange of exchange.
- 2022-02-13 23:17:00下载
- 积分:1
-
以ST公司CPU为核心的彩色电视机的完整源程序。
以ST公司CPU为核心的彩色电视机的完整源程序。-ST companies to CPU as the core integrity of the source of color television.
- 2022-04-28 07:46:04下载
- 积分:1
-
电源采样控制,通讯,简单程序,操作环境…
电源采样控制,通讯的简单程序,运行环境c51,-Power sampling control, communications, simple procedures, operating environment c51,
- 2022-10-14 10:50:03下载
- 积分:1