-
mouseLR
课程实验的一个小程序,可统计鼠标左右键的单击次数(course of a small experimental procedures, key statistics about the mouse click frequency)
- 2007-06-10 12:43:15下载
- 积分:1
-
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
-
STM32 SPI读写FM25CL64铁电存储器
STM32 SPI读写FM25CL64铁电存储器,程序为103RBT6单片机读写代码,包括SPI初始化、字节发送接收代码、FM25CL64读写代码(STM32 SPI read/write FM25CL64 ferroelectric memory, the application for 103 rbt6 microcontroller, speaking, reading and writing code, including the SPI initialization code byte code to send and receive FM25CL64, speaking, reading and writing
)
- 2020-06-27 02:20:02下载
- 积分:1
-
WTD
mcu msp430F149中看门狗WDT的应用(mcu msp430F149 application of the WDT in watchdog)
- 2011-08-19 23:12:38下载
- 积分:1
-
FIRA
西北工业大学 C++ 描述 FIRA 5vs5 仿真足球(Northwestern Polytechnical University C++ description of FIRA the 5vs5 simulation soccer)
- 2012-05-26 07:34:56下载
- 积分:1
-
ADXL345
讲解 角度传感器的原理,内部结构,引脚功能,以及相关运用(Angle sensor to explain the principles of the internal structure of pin functions, and related use)
- 2011-09-01 01:42:49下载
- 积分:1
-
mu
说明: 奇迹自动捡物按键精灵源码
可自动挂机,捡物文本源码(Miracle Source Wizard button automatically picking up objects)
- 2014-01-13 02:37:54下载
- 积分:1
-
XListCtrl_demo-20140610
主要是完成Listctr的封装,和对于xlistctrl
的一个实例程序 (The main package is completed Listctr)
- 2014-06-10 21:58:28下载
- 积分:1
-
Stepper-motor-drive-source
步进电机28BYJ48型四相八拍电机,电压为DC5V—DC12V。当对步进电机施加一系列连续不断的控制脉冲时,它可以连续不断地转动。每一个脉冲信号对应步进电机的某一相或两相绕组的通电状态改变一次,也就对应转子转过一定的角度(一个步距角)。当通电状态的改变完成一个循环时,转子转过一个齿距。四相步进电机可以在不同的通电方式下运行,常见的通电方式有单(单相绕组通电)四拍(A-B-C-D-A。。。),双(双相绕组通电)四拍(AB-BC-CD-DA-AB-。。。),八拍(A-AB-B-BC-C-CD-D-DA-A。。。)(Stepping Motor 28BYJ48 four-phase eight-phase motor, the voltage DC5V-DC12V. When a series of continuous control pulses are applied to the stepper motor, it can be continuously rotated. Each pulse signal corresponds to the stepper motor of a phase or two-phase winding power state change once, also corresponds to the rotor through a certain angle (a step angle). When the change in the power-on state completes one cycle, the rotor turns one pitch. Four-phase stepper motors can be operated in different power-up modes. The common power-up modes are: single-phase winding power (ABCDA ...), double (dual-phase winding)-DA-AB-...), eight beats (A-AB-B-BC-C-CD-)
- 2020-09-12 06:57:59下载
- 积分:1
-
huguang
基础PIC平台的MPLABC语言弧光保护的MAIN代码(The Arc Protection of the MAIN code)
- 2013-04-23 11:09:33下载
- 积分:1