-
ActivePower
使用Atmega16单片机和Att7022计量芯片检测有功功率,有详细的校表过程,在此程序基础上可已开发更多功能(Att7022 Atmega16 measured using microarray microcontroller and active, detailed calibration process, this procedure can be developed on the basis of more features)
- 2021-01-29 17:08:35下载
- 积分:1
-
AD
说明: 51单片机开发,AD转换模块
,模数转换,高精度(51 MCU development, AD converter module, analog-to-digital conversion, high-precision)
- 2012-10-13 10:03:11下载
- 积分:1
-
51单片机数码管显示0-9
说明: 使用 AT89C52 单片机开发,功能是1个数据管,显示0 至 9。(Developed with AT89C52 single chip computer, the function is a data tube, displaying 0 to 9.)
- 2019-01-27 10:02:57下载
- 积分:1
-
3finite-automata-weak-reversible
输入存贮线性有限自动机的弱可逆性 输入存贮线性有限自动机的弱可逆性(Weak reversibility of the input memory linear finite automata weak reversible input memory linear finite automata)
- 2012-12-05 22:55:03下载
- 积分:1
-
powerdemo_6.5.1
伺服电机控制系统,02年开始积累,效果好,速度快,PI控制,经典控制,fuzzy PID,自适应控制,速度位置控制等等,欢迎大家参考。(Servo motor control system, in 2002 began to accumulate, effective, fast, PI control, classical control, fuzzy PID, adaptive control, speed position control, etc., we welcome the reference.)
- 2013-12-11 14:16:50下载
- 积分: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
-
GPSgencong
汽车GPS 跟踪系统,并超速防盗报警,8051代码(Car GPS tracking system, and speeding burglar alarm, code 8051)
- 2010-08-30 08:49:09下载
- 积分:1
-
CONTROL
基于stm32的红外遥控器程序资料源码 (stm32 control)
- 2015-05-16 16:31:16下载
- 积分:1
-
AutoConnect
自动寻找指定WIFI ssid并填入密码,自动打开wifi连上网。(Automatically find WIFI specified ssid and fill in the password, automatically open WIFI even surf the Internet.)
- 2013-12-27 10:44:31下载
- 积分:1
-
123
4X4点阵键盘+1602液晶显示做的计算器(AVR单片机)(4X4 matrix keyboard 1602 LCD calculator to do (AVR microcontroller))
- 2014-01-06 16:19:02下载
- 积分:1