-
temperature-control
单片机温度控制代码,用于基本的测试及基本的编写(temperature control code,use for normal
test)
- 2014-03-16 17:05:48下载
- 积分:1
-
uCOSPuCGUI(FSMC)
uCOS+uCGUI例程,主控芯片为STM32,LCD采用FSMC接口连接,实现图形界面的操作(uCOS+uCGUI routines, the main chip for the STM32, the LCD FSMC interface connector, the operation of the graphical interface)
- 2012-06-09 21:30:01下载
- 积分:1
-
AD0809
AD0809的功能启动,描述了如何启动AD0809的数模转换功能,并且在旁边加油注释(The AD0809 s function is activated, and describes how to start the AD0809 digital to analog conversion function, and next to the fuel comment)
- 2012-04-29 15:12:40下载
- 积分:1
-
bldc-drive-with-hall
基于stm32的bldc驱动,有hall位置传感器,电流传感器采样,方波驱动。(Based on stm32 BLDC drive motors, hall position sensor, current sensor sampling, square wave drive.)
- 2020-10-10 22:07:40下载
- 积分: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
-
09041529
用PIC单片机实现带音乐播放的电压表,最高实现3.3V的电压测试(PIC mcu)
- 2013-09-05 15:15:17下载
- 积分:1
-
C
本程序基于单片机实现RTC实时时钟,简单易懂(The program is based MCU RTC real time clock, easy to understand)
- 2013-07-24 10:18:05下载
- 积分:1
-
42-ps2JINPANCD1602YEJINXIANSHI
42-ps2键盘LCD1602液晶显示.对于初学学习硬件开发的同学们,有很大的帮助哦。(42-ps2 keyboard LCD1602 LCD display. For the beginner to learn the hardware development of students, very helpful Oh.)
- 2011-06-09 18:51:57下载
- 积分:1
-
AVR_RS485IAP
avr单片机通过RS485在线程序升级,编译环境IAR,上位机程序使用VC6.0编写。(AVR microcontroller through the RS485 online upgrade program, the compiler environment IAR, the host computer program written in VC6.0.)
- 2013-09-03 12:46:51下载
- 积分:1
-
LOGIC
简单的继电保护控制源代码,变压器及线路保护类(Simple relay control source code)
- 2013-07-03 15:50:12下载
- 积分:1