-
pwm convter.it contains C sourse. has been modified.
pwm convter.it contains C sourse. has been modified.
- 2022-05-05 00:40:43下载
- 积分:1
-
用于接收红外摇控器和异步串行的8051单片机程序
用于接收红外摇控器和异步串行的8051单片机程序-for receiving infrared remote control and asynchronous serial 8051 of the procedures
- 2022-10-18 17:05:04下载
- 积分:1
-
Proteus的使用教程,本教程介绍了如何使用Proteus电路…
Proteus的使用教程,该教程介绍了如何用proteus进行电路模拟仿真,包含了元件的加载、原理图的制作及在keil中如何联调。该教程综合了网上的比较详细的使用说明,出现的各种版本(包括英文文档)。最后还有一些proteus仿真例子及源码供大家学习用。-Proteus use of tutorials, the tutorial describes how to use proteus for circuit simulation, contains the components of the load, schematic diagram of the production and how the FBI in keil. The synthesis of an online tutorial more detailed instructions, there" s various versions (including English documents). Finally, there are proteus simulation examples and source code available for everyone to learn from.
- 2023-05-03 12:25:08下载
- 积分:1
-
STC单片机程序主要完成电压采集和AD过程
STC单片机程序主要完成电压采集和AD过程-STC-voltage single-chip process is essentially completed the process of collection and AD
- 2022-03-18 12:02:56下载
- 积分:1
-
源
单片机C源程序souce,内有单片机C语言很多源程序,-souce
- 2022-05-13 09:55:46下载
- 积分:1
-
这是一个用单片机来演奏音乐的程序,很通俗易懂,里面有源程序和HEX烧录文件...
这是一个用单片机来演奏音乐的程序,很通俗易懂,里面有源程序和HEX烧录文件-This is a single-chip to play music with the procedure, it is easy to understand, which has source code and HEX file burner
- 2022-03-21 18:46:06下载
- 积分:1
-
AVR俄罗斯方块程序:游戏区是18*15格,3*3点阵一格,右边有下一个图形显示和所消行数的显示...
AVR俄罗斯方块程序:游戏区是18*15格,3*3点阵一格,右边有下一个图形显示和所消行数的显示
- 2022-08-04 06:14:28下载
- 积分:1
-
用AVR
用AVR-ATMEGA8驱动手动机器人整个控制,该程序在机器人上成功调试-AVR-ATMEGA8 drive with manual control of the robot, the program in debug robot successfully
- 2022-07-14 17:29:58下载
- 积分:1
-
CC1100射频电路的线路板和已经调通的源码
CC1100射频电路的线路板和已经调通的源码-CC1100 RF circuit and the circuit board s source code has been transferred
- 2022-05-18 09:29:37下载
- 积分: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