-
ultrasonic-measure-liquid-level
MSP430单片机的节点液位与电量程序,利用超声波测量液位。(Based on MSP430 ,measure the liquid level.)
- 2012-04-19 15:33:32下载
- 积分:1
-
congji
实现声音导引小车运动,智能小车程序C51代码(Achieve sound AGV Sport, smart car program code C51)
- 2013-08-09 14:45:30下载
- 积分:1
-
AOK虚拟示波器上位机源码及APP最新版
AOK虚拟示波器的上位机源码,从串口获取下位机数据,然后绘制波形(AOK virtual oscilloscope host computer source, from the serial access to the next machine data, and then draw the waveform)
- 2017-09-20 16:29:41下载
- 积分:1
-
51test
51单片机简单进行测试是否正常测试内容为LED灯等(51 single simple test whether the normal test content for the LED lights)
- 2014-05-11 19:52:16下载
- 积分:1
-
SD_Specifications_Ver3.01
SD Specifications_Ver3.01
- 2010-11-08 18:34:41下载
- 积分:1
-
bujindianji
51单片机开发步进电机源代码及报告解释说明(a progress of 51MCU introduction)
- 2015-06-21 23:03:37下载
- 积分:1
-
adn
AD转换资料,超全大量AD采集电压以及采集电流的方法!(AD conversion data, a large number of ultra-wide voltage and collected current AD acquisition method!)
- 2013-09-01 17:58: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
-
TLS2561_STM32
STM32实现TLS2561光照度传感器的工作(failed to translate)
- 2021-05-06 21:28:37下载
- 积分:1
-
OK-NRF24L01
24L01无线模块的驱动程序。包含发射与接收的程序。(24L01 wireless driver module. Contains the transmitting and receiving program.)
- 2012-08-23 14:08:22下载
- 积分:1