-
integrated-control
双步进电机综合控制 用于51单片机 (Dual stepper motor integrated control)
- 2013-07-22 15:02:12下载
- 积分:1
-
DS18B20(MSP430)
利用但总线DS18B20测温程序,并在LCD显示,取三位有效小数位。整数部分两位。共5位显示。
可在利尔达MSP430F449开发板上直接实现功能。(However, temperature measurement procedure using the bus DS18B20 and LCD display, taking three decimal places effectively. Integral part of the two. A total of five shows. LSD MCU MSP430F449 on the development board can directly implement functionality.)
- 2010-07-22 11:53:56下载
- 积分:1
-
SPI_2543_uart
stm32,通过spi总线实现对于TI的2543AD进行读写操作,串口uart输出数据(stm32, achieved through the spi bus for read and write to TI s 2543AD, serial uart output data)
- 2011-12-19 15:22:40下载
- 积分:1
-
c035
doccument for engineer of electronics
- 2014-12-09 11:54:25下载
- 积分: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
-
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
-
Infrare-Decoder
用单片机对遥控器实现解码,并在数码管上显示(Infrare Decoder)
- 2011-08-02 16:30:30下载
- 积分:1
-
firework_program
此程序例子是以C语言编写的一种实现烟花音乐效果的程序(The fire_work program example is written in C language to achieve a fireworks music program)
- 2017-03-14 14:30:07下载
- 积分:1
-
ALERT
智能安防报警系统是集布防,检测,报警为一体的软硬件相结合智能化系统。(Intelligent security alarm system is a deployment, detection, alarm as one of the intelligent combination of hardware and software systems.)
- 2011-05-14 15:18:47下载
- 积分:1
-
RFID
使用usrp1或usrp n210搭建rfid,环境,gnuradio 3.4.2
ubuntu 10.10(usrp1,usrp2,make rfid gnuradio 3.4.2
ubuntu 10.10)
- 2021-01-04 17:08:55下载
- 积分:1