-
usb 68013A芯片原理图和PCB图
usb 68013A芯片原理图和PCB图-usb 68013A chip and PCB schematic diagram
- 2022-01-25 19:22:22下载
- 积分:1
-
DS18B20.C(一般通用的数字温度传感器)完成代码,可直接使用.
DS18B20.C(一般通用的数字温度传感器)完成代码,可直接使用.-DS18B20.C (general use digital temperature sensor) the completion code can be used directly.
- 2022-07-07 02:48:57下载
- 积分:1
-
基于16f877的单片机人数统计系统源码,可统计进出门的人数,用数码管显示...
基于16f877的单片机人数统计系统源码,可统计进出门的人数,用数码管显示-16f877 microcontroller based on the number of source statistical system can go out into the number of statistics, with digital display
- 2022-02-24 13:59:28下载
- 积分:1
-
USB转串口程序,已经调试通过,调试环境为keilc.
USB转串口程序,已经调试通过,调试环境为keilc.-USB to serial procedures, has been through the debugging, debugging environment keilc.
- 2022-03-31 10:12:08下载
- 积分:1
-
基于KeilC的I2C总线实际应用子程序,已作过多个项目
基于KeilC的I2C总线实际应用子程序,已作过多个项目-Based on the I2C bus KeilC practical application subroutines, has made a number of projects
- 2022-02-04 01:36:01下载
- 积分:1
-
PWM温度控制的,将风扇等制冷设备连接到单片机的指定IO口上即可实现设备输出功率的人工控制。...
PWM温度控制的,将风扇等制冷设备连接到单片机的指定IO口上即可实现设备输出功率的人工控制。-PWM temperature control, refrigeration equipment, such as the fan is connected to MCU IO port on the specified equipment to achieve the artificial control of output power.
- 2023-08-16 20:35:03下载
- 积分:1
-
金鹏LCD驱动,单片机和液晶的底层接口程序。可以在液晶的任意位置显示任意字符(包括汉字、字幕和ASCII图形)、字符串...
金鹏LCD驱动,单片机和液晶的底层接口程序。可以在液晶的任意位置显示任意字符(包括汉字、字幕和ASCII图形)、字符串-Jinpeng LCD drivers, MCU and the bottom of the LCD interface program. Can be anywhere in the liquid crystal display of arbitrary characters (including Chinese characters, titles, and ASCII graphics), string
- 2022-12-20 03:10:03下载
- 积分: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
-
用单片机产生pwm波形的程序,可以在proteus
下进行仿真
用单片机产生pwm波形的程序,可以在proteus
下进行仿真-Pwm waveforms generated with the microcontroller program can be carried out under the proteus simulation
- 2022-02-18 17:28:14下载
- 积分:1
-
单片机数字时钟,适合初学者和下载
基于51单片机的数字钟,适合与初学者下载-SCM digital clock, suitable for beginners and download
- 2022-03-24 22:34:09下载
- 积分:1