-
LCD_Clock
STC15W408AS单片机实现万年历,LCD12864液晶显示时间日期温湿度,支持农历显示,LCD绘图RAM显示大号字体时间,闹钟时间保存于DS1302芯片中,DHT11传感器实现温湿度显示,4位按键操作。(STC15W408AS Single Chip Microcomputer Implements the Millennium Calendar.)
- 2020-06-24 01:00:02下载
- 积分:1
-
sdfghjk
基于正点原子stm32的频谱 a1读取ad信号显示(Punctuality atomic spectrum based stm32 a1 read signal display ad)
- 2015-07-26 19:55:48下载
- 积分:1
-
EL817
说明: 亿光EL817光耦的应用资料,我已经在电路板上使用了模块,很好用,可以用在低速开关领域(100 million light EL817 optocoupler application information, I have used the modules in the circuit board, well used, can be used in the field of low-speed switch)
- 2010-04-17 10:40:14下载
- 积分:1
-
Example2
example for adc for arm micro controller from ali m (iran)
- 2014-01-06 15:11:43下载
- 积分:1
-
流程图
实现正常时钟功能,带时间日期,三组闹钟,键盘显示(流程图,配合程序使用)(Realize normal clock function, with time and date, three sets of alarm clocks, keyboard display)
- 2019-01-26 20:00:02下载
- 积分:1
-
STM32FATFS文件系统实验
说明: 单片机STM32103RCT6,GD32F103RCT6,程序管脚都兼容,采集16通道的ADC数据,通过FATFS文件管理系统将数据存储到SD卡。(Stm32103rct6 and gd32f103rct6 are single-chip computers. The program pins are compatible. The ADC data of 16 channels are collected and stored in SD card through FatFs file management system.)
- 2019-11-04 17:51:47下载
- 积分:1
-
INDUCTION_COOKER
电磁炉 4位单片机汇编 单片机开发4位机器软件 (mcu INDUCTION_COOKER 4bit)
- 2012-06-28 23:10:16下载
- 积分:1
-
vdcs
说明: speed control of induction motor using matrix converter cccf(speed control of induction motor using matrix converter dcd)
- 2020-06-24 11:40:02下载
- 积分: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
-
DHT90_
温湿度传感器DHT11的C语言驱动程序,珂用于单片机的开发与应用。(Temperature and humidity sensors DHT11 C language driver, Ke for the development and application of SCM.)
- 2011-07-25 09:34:21下载
- 积分:1