-
The solar energy is charged and go against and change and control and include th...
太阳能充电与逆变控制包括电路图和值得参考的内容
- 2022-04-19 04:46:03下载
- 积分:1
-
PIC SCM DS1302 clock chip assembler Display seconds/minute/hour/date/month/day/y...
PIC单片机控制时钟芯片DS1302汇编程序
Display 秒/分/小时/日期/月/日/年
-PIC SCM DS1302 clock chip assembler Display seconds/minute/hour/date/month/day/year
- 2022-04-21 01:19:29下载
- 积分:1
-
music SCM procedures and experimental design, including music program design pri...
单片机音乐程序的设计与实验,包含音乐程序的设计原理。-music SCM procedures and experimental design, including music program design principles.
- 2022-01-25 18:50:40下载
- 积分:1
-
一个万能学习型红外遥控模块的程序,可学习各种类型的红外码,可作为智能家居系统中的一个控制模块。...
一个万能学习型红外遥控模块的程序,可学习各种类型的红外码,可作为智能家居系统中的一个控制模块。-A universal infrared remote control module learning process can learn all types of infrared codes can be used as a smart home system control module.
- 2022-04-21 18:06:51下载
- 积分:1
-
基于单片机的数字频率计设计,定时器T0完成定时功能,T1采用计数功能...
基于单片机的数字频率计设计,定时器T0完成定时功能,T1采用计数功能-MCU-based design of digital frequency meter, timer T0 timing finish, T1 using count function
- 2022-03-18 00:17:49下载
- 积分:1
-
PL3106集成了52单片机,它具有电力线载波功能。本程序就是3106的载波发送和接受程序...
PL3106集成了52单片机,它具有电力线载波功能。本程序就是3106的载波发送和接受程序-PL3106 integrates 52 microcontroller, it has the power line carrier functions. This program is 3106 carrier to send and receive procedures
- 2023-05-16 01:20:03下载
- 积分:1
-
基于MCS
基于MCS- 51 单片机的洗衣控制系统, 控制面板由按键、指示灯和LED 显示器组成。
按键选择洗衣机工作方式, 指示灯配合按键工作, LED 显示器则显示洗衣机洗涤和脱水时
间。洗衣机的整体电路模块包括键盘矩阵、指示灯、电动机控制及电源电路。控制程序设计
包括定时中断服务程序、外中断服务程序及主程序。-Based on MCS-51 SCM laundry control system, control panel by the button, LED indicator light and display components. Button to choose washing machines work, light work with the button, LED display shows time washing machine washing and dehydration. Washing the overall circuit module includes a keyboard matrix, light, motor control and power circuit. Control program design includes interrupt service routine from time to time, outside the interrupt service routine and the main program.
- 2022-09-08 13:40:02下载
- 积分:1
-
一个电子产品开发时的部分c代码B!绝对能用!
一个电子产品开发时的部分c代码B!绝对能用!-When an electronic product development part of c code B! Absolutely can!
- 2023-03-18 10:55:04下载
- 积分:1
-
使用PWM6输出PWM信号,通过滤波电路实现DAC转换。
使用PWM6输出PWM信号,通过滤波电路实现DAC转换。-The use of the output PWM signal PWM6 through the filter circuit DAC conversion implementation.
- 2022-02-06 06:52:52下载
- 积分: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