搜索资源列表
MAX197average
- 基于51,使用max197进行多次采样,去掉最大最小值,取平均值,减少误差,用12864显示
LEDPMW
- 51单片机PWM 控制 LED 灯渐亮渐灭程序 利用定时器控制产生占空比可变的 PWM 波 按K1,PWM值增加,则占空比减小,LED 灯渐暗. 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警 资源:p0口,8路指示灯。p1.4,p1.5亮度控制按键(端口按键)p3.7小喇叭报警
PWMLED
- 利用定时器控制产生占空比可变的 PWM 波 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警-Set the timer to make the LED to light from dark to bright,and make the buzzer ring.
PWMLED
- 利用定时器控制产生占空比可变的 PWM 波 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警。-Have a timer to control the use of variable duty cycle PWM wave by K1, PWM values increase, then decrease the duty cycle, LED lights dimming
PCMCU
- PC机与单片机通信,显示温度实时曲线,并进行平均值、最大值和最小值的显示,数据可以存储-PC and MCU communication, display real-time temperature curve
Tools
- 单片机中常用的工具程序:有内存处理,字与字节处理,最大值最小值处理,日期处理等等精品源程序-Singlechip tools commonly used in procedures: There are memory processing, word processing and bytes, the maximum minimum processing, date processing, etc. source products
tiao
- 跳水程序,对数据进行处理,求平均值,去掉一个最小值和最大值,然后再求平均值-Diving procedures, treatment of data, and on average, to remove a minimum and maximum, and then for the average
PWMcontrolLED
- PWM控制LED灯渐亮渐灭.利用定时器控制产生占空比可变的 PWM 波.按K1,PWM值增加,则占空比减小,LED 灯渐暗。按K2,PWM值减小,则占空比增加,LED 灯渐亮。当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警-PWM control of LED lights out gradually becoming light. Timer to control the use of variable duty cycle PWM generated waves. By K1, PWM
led-pwm
- PWM 控制 LED 灯渐亮渐灭程序 适用 ME300B 开发系统 晶振为11.0592M 利用定时器控制产生占空比可变的 PWM 波 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警。-PWM control of LED lights getting brighter gradually eliminate procedures apply M
PWM_LED_brightness
- PWM 控制 LED 灯渐亮渐灭程序,利用定时器控制产生占空比可变的 PWM波 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警 资源:p0口,8路指示灯。p1.4,p1.5亮度控制按键(端口按键)p3.7小喇叭报警 -PWM control of LED lights getting brighter gradually eliminate programs, usin
Temperaturecontrol
- 这是一个温度控制系统,输入0~255之间的2个数值,一个最大值max一个最小值min,判断温度在何范围区间,分别用3个灯显示,其精度为1℃。-This is a temperature control system, input 0 ~ 255 2 value, a maximum value at a minimum max min, determine what range of temperature range, were shown with three lights, its acc
keyboardP-
- 单个独立按键控制led输出状态 按下加按键,数值增加直到最大值,按减按键,数值减小,直到最小值-Independent control of a single button press the plus button led output state, the value increased until the maximum, according to cut key, value decreases until the minimum
)(UGPWM_6LED
- PWM 控制 LED 灯渐亮渐灭程序晶振为11.0592M // 利用定时器控制产生占空比可变的 PWM 波 // 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 // 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警。 -PWM control of LED lights are getting brighter gradually eliminate the program
temperature
- 温度警报器,ds18b20测试温度,1602LCD显示温度,4按键控制设置警报最大值最小值,超过最大值或小于最小值无源蜂鸣器报警-Temperature alarms, Ds18b20 testing temperature 1602LCD display temperature, 4-key control to set up alerts maximum value minimum value exceeds the maximum or less than the minimum pass
Digital-Thermometer
- 1:能够实时显示环境温度。 2:能够保存使用时间内的最大值和最小值,能够查阅。 3:有温度报警功能,能够设置报警温度。用绿灯表示正常温度,红灯表示报警同时发声。-1: the ambient temperature can be displayed in real time. 2: be able to save the time of use of the maximum and minimum, it is possible to refer to. 3: There is
code
- 此为温湿度采集终端程序的完整实现,调试成功。实现了modbus协议03号命令的数据采集,采用STCSTC15F2K60S2单片机,使用了简单的具有优先级的任务调度系统,温湿度传感器型号为AM2302,,温度和湿度通过74HC595静态显示驱动的四位数码管轮流显示,2个按键单击1次可分别查看温湿度的最大值和最小值,uart1作为调试端口,数据通过uart2经过max485实现485通信。-This is the temperature and humidity acquisition termin
AVERAGE-CALCULATE
- 提供两种去除最大值和最小值计算数组平均值的方案 皆只需循环一次-calculate average(without max and min)
ADgongnenghanshu
- *函数说明:AD采样函数 */ /*函数参数说明:char Channel 采样通道配置 */ /*函数功能说明:使用了数字滤波进行异常情况处理,采样四次,比较四次采样值中的最大和最小值是否相差过大,过大则重新采集*/-* Function Descr iption: AD sampling function*//* Function Parameters: char Channel sampling channel configuration*//* Function Descr ip
ad
- 现代单片机的ad转换源码,改变通道,软件滤波是中值滤波的方法,取十次,然后冒泡,再去掉最大值和最小值,再求均值!-Modern SCM ad conversion source, change channels, filtering software is the median filtering method, taking ten times, then bubbling, then remove the maximum and minimum values, and then averag
shuziwenduji
- 数字温度计 设计要求: 1:能够实时显示环境温度。 2:能够保存使用时间内的最大值和最小值,能够查阅。 3:有温度报警功能,能够设置报警温度。用绿灯表示正常温度,红灯表示报警同时发声。 4: 自由发挥其他功能-Digital Thermometer Design requirements: 1: The ambient temperature can be displayed in real time. 2: The ability to save time