搜索资源列表
DS18b20
- 基于单片机msp430f149的DS18B20测温程序,内含精确延时函数-MSP430F149 single-chip microcomputer-based measurement procedures for the DS18B20 containing accurate delay function
digitClockC
- 一个电子钟的C程序,需51单片机和相关外设的板子,也可以用软件仿真调试,学习电子钟相关的模块,如延时等,比较基础和常用的功能-C an electronic clock to take 51 single-chip and the board peripherals, and debugging software simulation can be used to study the electronic clock-related modules, such as delay and so o
MCU
- 此软件为单片机延时初值的计算小程序,给单片机开发者一个便捷!-This software calculate the initial value for the SCM applet delay, giving developers a convenient SCM!
ledsan
- 用C51单片机的I/O控制LED的闪烁,用延时程序控制的LED闪烁时间和停止时间-The the the C51 microcontroller' s I/O control LED flashing LED flashing program control with delay time and stop time
keyboard
- 扫描行列键盘 实现无延时消抖 是应用于51单片机的程序-Scanning Array Keyboard debounce achieved without delay
EX9_LCD1602
- ME850单片机开发实验仪演示程序 - LCD1602显示 基于 c51系列的单片机程序,用AT89S52延时通过-ME850 SCM experimental instrument demo- LCD1602 display based on c51 series SCM process, using AT89S52 delay through
delay
- stm32单片机的延时程序,可以用于延时32为的单片机。-Stm32 MCU delay procedures, can be used to delay 32 for single chip microcomputer.
LED
- 单片机C语言,单片机是STC的8051单片机,实现小灯闪烁延时程序-Singlechip C language, single-chip microcontroller 8051 STC, achieve a small delay procedure
STC12C5A60S2pwm
- 这是用12单片机调制的PWM,既可以控制电机,也可以控制舵机,如需要更大的延时,可以更改延时程序或者换晶振-This is modulated with 12 single-chip PWM, both can control motors, servos can be controlled, such as the need for greater delay, you can change the program or change the delay crystal
delay
- 单片机延时程序计算器,用于51单片机的多循环延时计算程序-delay program
avr单片机_教程_实例_附电路图
- AVR单片机教程,实例程序,并附有电路图,AVR片内集成多种频率的RC振荡器、上电自动复位、看门狗、启动延时等功能,外围电路更加简单,系统更加稳定可靠(AVR microcontroller tutorial, example program, and circuit diagram, AVR chip integrates multiple frequency RC oscillator, power on auto reset, watchdog, startup delay and oth
单片机的精确延时的方法
- 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The precise time delay method of si
单片机声光控灯
- 通过电压比较器比较光敏、声音的电压,判断是否为晚上并且有声音。灯亮10秒延时。原理图、PC版与程序已经打包。(Through the voltage comparator, we can compare the sensitivity of the photosensitive and the sound to determine whether it is night or sound. The light is delayed for 10 seconds. The schematic di
状态机按键
- 状态机按键延时消抖不占用单片机资源。这个程序是是51C语言程序(The state machine key delay eliminates the use of SCM resources.)