搜索结果
找到约 15,197 项符合
延时灯电路图 的查询结果
源码 stm8 定时器使用
stm8S103 定时器1控制LED,定时器实现精确延时
技术资料 基于8051+Proteus仿真案例
基础程序设计 01 闪烁的LED 
/*  名称闪烁的LED 
 说明LED按设定的时间间隔闪烁
*/ 
#include<reg51.h>&nbsp;
#define uchar unsigned char&nbsp;
#define uint unsigned int&nbsp;
sbit LED=P1^0;&nbsp;
//延时&nbsp;
void DelayMS(uint x) &nbsp;{&nbsp;
&nbsp;uchar i;&nbsp;
&nbsp;whil ...
技术资料 51单片机C语言程序设计Proteus仿真实训
基础程序设计 01 闪烁的LED&nbsp;
/* &nbsp;名称闪烁的LED&nbsp;
&nbsp;说明LED按设定的时间间隔闪烁&nbsp;
*/&nbsp;
#include<reg51.h>&nbsp;
#define uchar unsigned char&nbsp;
#define uint unsigned int&nbsp;
sbit LED=P1^0;&nbsp;
//延时&nbsp;
void DelayMS(uint x)&nbsp;{&nbsp;
&nbsp;uchar i;&nbsp;
&nbsp;w ...
源码 12345
/****************temic*********t5557***********************************/ &nbsp;&nbsp;
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...
源码 51模拟IIC程序带注释
话不多说,直接上程序,初学者必备。里面延时也带注释。
源码 C51单总线读AM系列示例程序
单片机 :AT89S52 或 STC89C52RC
典型传感器:AM2301
功能 :串口发送温湿度数据 波特率 9600
晶振 :12M (用户系统时钟如不是12M 请更改相关宏定义及注释的延时时间)
编译环境: Keil 4
源码 “随叫随到”垃圾桶
本系统以TMS320F2812为核心设计了一种智能家居装置——“随叫随到”垃圾桶,实现了语音控制垃圾桶的运动。以拾音器作为声音传感器,采用延时估计法(Time Delay Estimation,TDE)实现了声源方位的实时检测;采用超声波传感器实现了垃圾桶行进的蔽障功能;同时,采用语音识别技术实现了对用户的前、后、左、右行驶或开启 ...
源码 单片机各类实验以及protues仿真
单片机各类实验以及protues仿真,比如数码管、AD转换、温度测量、模拟键盘、流水灯......电路图和源码均可使用