-
AT89S52
基于AT89S52单片机的超声波测距系统设计源代码(Ultrasonic ranging system based on single chip design based on Ultrasonic Ranging System source code source code source code of ultrasonic ranging system based on single chip design)
- 2013-05-21 14:41:08下载
- 积分:1
-
USB_2.0.pdf
stm32下跑通usb外设,编译环境基于keil(stm32 next run through usb peripherals, based on keil compiler environment)
- 2013-10-05 21:34:54下载
- 积分:1
-
103000900AVR
实现时间汉字滚动的程序,有了这个程序就可以方便我们更好的实现我们想要的功能(Realize the program rolling time Chinese characters, with this program can easy for us to better realize we want to function)
- 2011-12-13 09:23:41下载
- 积分:1
-
Touch
四线电阻触摸屏+ADS7843
包括液晶的和触摸屏的程序
液晶屏的控制器是LC7981,兼容HD61830(Four-wire resistive touch screen+ ADS7843
Procedures including LCD and touch screen
LCD controller LC7981 compatible with HD61830
)
- 2012-04-07 04:33:22下载
- 积分:1
-
DSO_ARM_4_25
基于STM32F4的示波器的源代码,内部含有ucos-ii操作系统。(STM32F4 based oscilloscope source code contains an internal ucos-ii operating system.)
- 2014-02-23 18:57:47下载
- 积分:1
-
ttl_driver
辅助数字电路课程学习,说明TTL电路中驱动电流之间的 关系。
(auxiliary digital circuit courses on TTL circuit-drive current relationship.)
- 2006-12-19 11:10:04下载
- 积分:1
-
printlist
说明: 一个自写的ClistCtrl打印类,直接引用就行(a written ClistCtrl Print category applied directly on the line)
- 2006-03-26 23:02:11下载
- 积分: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
-
FTCP动态库
FTCP动态库是使用C++语言编写的可以实现与DTU交互的工具包(The FTCP dynamic library is a toolkit that uses the C++ language to interact with DTU)
- 2018-02-09 08:58:01下载
- 积分:1
-
UART1602
说明: 51单片机用1602液晶显示串口接收到的数据(51 1602 MCU with LCD serial data received)
- 2021-03-21 14:29:17下载
- 积分:1