-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
simServer
仿真讯鸟的坐席服务器的软件。在没有CTI的工作环境下,也可以适合作呼叫中心坐席软电话开发(simulation appear birds dine server software. CTI in the absence of the working environment, they can be suitable for call center soft phone development Seat)
- 2007-01-21 18:18:41下载
- 积分:1
-
MFC-examples
达内MFC例子集源码,内容涉及消息映射、工具栏的使用、状态栏操作、视图/窗口、动态创建未知类型的对象、MFC文档类作用、MFC单文档视图应用程序(SDI)、MFC多文档视图应用程序(MDI)、ATL组件编写、对话框的数据交换、MFC基本控件、列表 ListCtrl控件的使用等相关知识点,还有更多不一一列举了。(Set up the MFC source code examples, involving message mapping, using the toolbar, status bar operation, view/window dynamically create objects of unknown type, MFC document class action, MFC single document view application (SDI), MFC multi-document view of the application (MDI), ATL component preparation, data exchange dialog, MFC basic controls, such as a list of related knowledge ListCtrl use controls, and many more do not list them.)
- 2014-07-02 17:56:56下载
- 积分:1
-
oled-STC89C52)
OLED 接口演示例程(51系列) I2C(OLED 4 Interface demonstration routine (51))
- 2016-02-25 14:20:44下载
- 积分:1
-
CrcCal
crc校验的一种计算方式,可以用于网络协议或串口、can协议的校验位计算,有封装好的函数(A calculation crc check can be used for network protocols or serial port, can protocol parity bit calculation, there is a good function package)
- 2014-07-31 21:21:09下载
- 积分:1
-
FreeRTOSv8.0.1
智能家居开发智能家居的程序代码分享谢谢。觉得好用的就下载玩玩(Intelligent development of intelligent Home Furnishing Home Furnishing code share. Feel good just download and play)
- 2015-03-30 21:11:09下载
- 积分:1
-
dssz.com_9200_dtmf
单片机音频通信9170和9200,接收发送源程序(9170 and 9200 microcontroller audio communication, the receiver sends source)
- 2013-07-13 09:33:35下载
- 积分:1
-
Sample_AgilentVISA
基于VISA的,采用lan口通信的,安捷伦示波器读取数据的程序。(VISA-based, using the lan port communications, Agilent oscilloscope program to read the data.)
- 2016-01-12 18:48:53下载
- 积分:1
-
SD_Specifications_Ver3.01
SD Specifications_Ver3.01
- 2010-11-08 18:34:41下载
- 积分:1
-
EEPROM
基于51系列单片机的eeprom例程,其中包括c,hex及其相关文件,硬件电路图,相关芯片介绍。(Based on 51 series MCU eeprom routines, including c, hex and its associated files, hardware schematics, related chip introduced.)
- 2013-07-21 18:25:09下载
- 积分:1