搜索资源列表
Doc
- 18b20检测温度 及7219显示 按键检测程序 等实际应用程序
STK028
- 基于89C52的按键检测仪器,能对按键板依次检查每个按键是否接通合格,并给出结果。
KeilC-IR
- 红外线遥控器按键检测程序. 通过检测两次下降沿之间的时间差判断接受到的数据位. 已经通过了测试,能够正确区分出32bit数据的遥控器按键键值. 具有数据重发功能,但是数据的重发有点频繁. 使用晶震频率为11.0592MHz,所有定时值都是基于这个频率计算. 占用很少量的CPU时间,使用了外部中断0接受数据,定时器0进行计数, 定时器1作为串口的波特率发生器(Band = 9600).
G128 PWM
- G128 PWM /********************************************* ******************** ** 程序名:MC9S12G128 按键检测 ** 参 数:无 ** 功 能:当按下按键后,打开或关闭LED灯 ** 注 意:LED位于G128 PD0口,按键位于G128 PB0口 ** 作 者:赵露露 ** 版 本:v1.0 ** 时 间:2012.5.6 ******************************************
nRF905kaifaban.rar
- nrf905开发板:AT89S52单片机与NRF905实现无线通信,按键检测 通过905通信给单片机,单片机通过液晶1602现实按键所对应的数字,另外有3个905开发的中文PDF,nrf905 development board: AT89S52 MCU and NRF905 achieve wireless communications, through the Detect button 905 to the single-chip communications, microcontroll
stm8_key_check
- stm8 IO输入之独立按键检测程序,很不错的初学者学习程序-stm8 io key check
B88
- 这是基于tiny88设计的一种检测触摸按键的程序。-This is based on the design of a test tiny88 touch button program.
Key_4x3
- 51单片机的二极管键盘,4IO口12键,驱动函数 按键检测 按键扫描 等待按键-51 Single-chip diode keyboard, 4IO mouth 12 keys, function keys drivers to wait for detection scan button button
jienengyongshuikongzhixitong
- 节能用水控制系统由微控制器,红外发射接收电路,压力监测电路,手动冲水电路,脉冲阀节能驱动电路,水管温度上下限识别电路,温度调节电路,冷热水阀节能驱动控制电路,洗澡开关监测电路,电池电量检测报警电路,低压标准电源转换电路,串行数据输出控制电路等构成。程序包括: 设备识别及初始化 初始引脚数据值 中断初始化 初始化各标志位 循环查询开始 CSSTATE大小比较子程序 厕所脉冲阀打开子程序 厕所脉冲阀关闭子程序 红外接收子程序 红外发送子程序 洗澡初始及变化
51kaifaban
- 51单片机全套学习资料 提供电路原理图 各种C语言实验程序 包括LED流水灯,数码管显示,中断,定时器,串口通信,DS18B20温度显示,液晶1602,12864显示,看门狗,按键检测,音乐播放等程序.-51 Singlechip a full set of learning materials to provide a variety of circuit schematics C language experimental procedures, including water LED li
crt
- CRT显示器的运行程序,其主要分为4大部分,1为按键检测,2为模式检测,3为同步信号检测,4为整个主机初始化设置-CRT display of running the program, which is mainly divided into 4 large, 1 for key detection, 2 for the mode detection, 3 for synchronous signal detection, 4 for the entire host initialization
Matrixkeyboard
- 矩阵键盘实现按键检测,实现显示所按键,基本的-Matrix keyboard button implementation testing, implementation shows that the keys, the basic
KEY按键检测
- 配合C51的学习,用普中单片机开发,效果不错,可以跑起来(With C51 learning, using universal microcontroller development, the effect is good, you can run)
03.KEY独立键盘检测(扫描方式)
- 堆积直接连接在单片机引脚上的案件警醒扫描,以便判断按键的状态和动作,(Accumulation of cases directly connected to the microcontroller pins on the alert scanning, in order to determine the status and action of the button,)
2.实体按键
- 使用efm32检测按键是否被按下,使用扫描方式(Use efm32 to check if the button is pressed, using a scan)
GPIO输入—按键检测
- stm32单片机初学入门之GPIO按键检测(GPIO key test of STM32 single-chip beginner)
Touch switch
- 基于MSP430G2553的电容式触摸按键配置例程及按键检测算法。(MSP430G2553 based capacitive touch button configuration routines and key detection algorithm.)
按键码显示
- 基于ARM Cortex-M4F(TM4C123)单片机 【功能】增加按键检测功能,可检测按键1-4,按下按键显示新的键码 ?第一行显示:显示按键码实验 ?第二行显示:上次按键为:1 ?第三行显示:本次按键为:3 ?第四行显示:按下时间= xxx ms(Based on ARM Cortex-M4F (TM4C123) MCU [function] increase key detection function, detects the key 1-4, press the button
单片机开发之按键
- 经典的单片机之按键学习资料,对学习单片机按键开发非常有用。(Classic MCU keystroke learning materials, learning MCU keystroke development is very useful.)
stc按键检测扫描
- 基于stc8051系列单片机的按键检测程序,可供参考。