-
TimerRD_PWM
单片机的计时器PWM模式实例代码,希望给相关的人员带来帮助。(Single chip timer mode PWM code examples, hope to the related personnel to bring help.
)
- 2011-12-21 11:26:01下载
- 积分:1
-
s52_speed_measure
S52三个定时器实现两路测速(测频)系统,一个定时器作时间基准,另外两个定时器作输入捕捉用,实现测频。(S52 3 Two Speed Timer (measuring frequency) system, a timer for a time basis, for the other two timers with input capture, to achieve frequency measurement.)
- 2010-08-24 09:18:43下载
- 积分:1
-
conlleval
CRF 准确率、精确率、召回率、F值计算程序(CRF accuracy, precision, recall, F value calculation program)
- 2014-01-25 09:47:19下载
- 积分: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
-
battery
基于lpc2366的分界开关控制器电源管理模块代码(Lpc2366 cut-off switch controller based on power management module code)
- 2015-04-02 17:48:49下载
- 积分:1
-
AM2322
本代码为基于STM32单片机的am2322温湿度传感器驱动代码,已经经过本人优化,并已经测试通过,可以直接用于采集温湿度信息,本代码采用keil5编程软件,下载解压后即可使用。
(本代码为基于STM32单片机的am2322温湿度传感器驱动代码,已经经过本人优化,并已经测试通过,可以直接用于采集温湿度信息,本代码采用keil4编程软件,下载解压后即可使用。(This code is based on the STM32 MCU am2322 driver code, temperature and humidity sensor has been optimized himself, and has been test pass, temperature and humidity can be directly used for collecting information, this code USES keil5 programming software, after download decompression can use.
(this code is based on the STM32 MCU am2322 driver code, temperature and humidity sensor has been optimized himself, and has been test pass, temperature and humidity can be directly used for collecting information, this code USES keil4 programming software, after download decompression can use.)
- 2017-11-07 13:24:32下载
- 积分:1
-
mpu6050
本程序采用瑞萨单片机R5F100LEA读取MPU6050数据,并计算出俯仰角和横滚角(Click to download the APP version of mobile version is to use baidu translation renesas MCU MPU6050 R5F100LEA read data, and calculates the pitch Angle and roll call)
- 2015-06-22 20:16:29下载
- 积分:1
-
Modbus_Slave_TM4C123G
说明: TM4C123G编程的Modbus辅助网络(Modbus slave using tm4c123g)
- 2020-02-03 12:09:24下载
- 积分:1
-
labview_singelchip-_temperature
基于51单片机的温湿度控制系统上位机,实现温湿度的动态曲线显示,以及数据采集,监控,excel表格保存(singlechip,humiture,curve,data acquicition, save in excel
)
- 2014-03-17 19:29:05下载
- 积分:1
-
AD7705
AD7705的采集12864显示,以及PCB电路,加工过了,可以使用(It is about the AD7705)
- 2013-03-22 13:27:24下载
- 积分:1