-
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
-
LED
说明: usb控制下位机led 灯的点亮,哦2混排博大精深进 .(jhsofgj k skdfgmdkf m k pkd fkgfpok fgk dpo )
- 2011-04-04 09:28:45下载
- 积分:1
-
vb-recive-many-frames
以定时的方式接收下位机传送的多帧数据,接收准确,实时性很强(In time to receive the next crew of the multi-frame data transmission, receive accurate, real-time strong)
- 2011-10-05 22:32:25下载
- 积分:1
-
EVA-YH9-SF320MV5-User-Manual
C8051F320 单片机是 Silabs 公司推出的带 USB Device 接口的增强型 51
单片机,其兼容传统 51 架构,并在此基础上大大增强。基于大多数电子工程师
都熟悉经典的 51 系列及其开发环境, 我们选定这颗 MCU 作为对象进行 USB 开
发,将更多人带入 USB 开发的大门。关于 C8051F320 内部资源详情,请查看
datasheet。 本开发板的重点是针对 USB 应用, C8051F 系列单片机其他外设开
发过程将被简化以节约用户的学习、开发成本(C8051F320 microcontroller is Silabs company launched an enhanced interface with USB Device 51
SCM, which is compatible with the traditional 51 architecture, and greatly enhanced on this basis. Based on most electronic engineers
Are familiar with the classic 51 series and its development environment, we have chosen as an object USB MCU Fengyun open
Hair, the more people into the USB development door. About C8051F320 internal resources, please see the
datasheet. The focus is on the development board USB application, C8051F MCU open other peripherals
Hair process will be simplified to save the user s learning, development costs.
)
- 2015-01-12 12:15:09下载
- 积分:1
-
Character-code-tools
1.可以自动生成十六进制字编码。
2.可以自动C语言格式字符编码。
3.支持GBK和ASCII字符编码查询。(1 can automatically generate a hexadecimal character encoding.
2 can automatically format the C language character encoding.
3 support GBK and ASCII character encoding query.撤消修改)
- 2014-01-04 16:42:20下载
- 积分:1
-
7-Seg_LEDCalc
7段数码管显示与对应值计算工具。先点击对应管位,设置显示顺序,再点击生成即可获得键值。鼠标选择键值,数码管相应显示。(7-segment LED display with the corresponding value calculation tools. Firstly, click the corresponding tube in the LED, in order to set the display order. Then click Generate to get the value. After created, select the key and the digital will show the char accordingly.)
- 2013-04-28 13:56:46下载
- 积分:1
-
MCB_SOR_1.0
固高运动控制卡源代码,内容详细,对入门运动控制的朋友非常有用。(gugao motion control card system source code, detailed content on the entry of the control of the movement of a friend is very helpful)
- 2020-09-10 21:28:02下载
- 积分:1
-
dssz.com_9200_dtmf
单片机音频通信9170和9200,接收发送源程序(9170 and 9200 microcontroller audio communication, the receiver sends source)
- 2013-07-13 09:33:35下载
- 积分:1
-
12
说明: 基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
- 2014-02-22 15:14:06下载
- 积分:1
-
5PS2MOUSE1
51单片机模拟PS2鼠标KEIL C51程序,单片片机采用STC12C系列,代码注释详细,
(51 single-chip analog PS2 mouse KEIL C51 program, a single piece of machine with STC12C series of code comments in detail,)
- 2012-08-20 06:52:01下载
- 积分:1