搜索资源列表
PD3Key
- avr单片机的按键例程,它可以告诉我们按键的处理过程,使我们不用太仔细的了解单片机的内部结构就可以编程
12864LedMenu
- 简单菜单程序,八个按键.使用AVR单片机.2008/3/24--2008/3/29 编译器为ICCAVR7.14.晶振7.3728M,单片机为ATmega16(用ATmega32在proteus中仿真不成功!)
KB
- S08例程:本程序是KB模块的例程,所用资源为单片机内部KBI模块,所接器件为按键和LED,其中D2与PTA0,D3与PTA1,S2与PTA2,D3与PTA3相连接
Shooting-game
- 射击游戏 用单片机还有按键控制的游戏,,,很好玩啊-Shooting game with a single-chip control of the game there are keys,,, good to play this game! ! !
keybord
- 里面包含4×4矩阵键盘模块 单片机驱动程序 STM32用 C语言版-Which contains 4 × 4 matrix keyboard module driver STM32 microcontroller using C language version
Test
- 用代码实现STM32单片机按键控制流水灯-With code STM32 MCU button control light water
T6963
- avr单片机ATMEGA128读取DS1302时钟芯片显示在以T6963为控制的lcd,按键可以时间调整-Single-chip avr read ATMEGA128 displayed in the DS1302 clock chip to control the T6963 for the lcd, buttons can be time to adjust
Key
- 稳定的单片机键盘程序,支持长按,连击等操作!-Stable MCU Keyboard Program
anjian
- 51单片机按键 含有消抖功能,已通过硬件调试,实现应有功能-mcu c
K1_K4_led
- stc单片机按键控制led灯显示模式,开发箱是基于普中的实验开发箱,含proteus仿真-stc SCM button control led light display mode, the development box is based on the general development in the experimental box, with proteus simulation
key
- 51单片机 按键的测试程序.通俗易懂..适合新手学习-51 single-chip key test program. Easy to understand .. for novice learning
key
- 单片机按键及键盘算法处理例子,一种新思路。-MCU button and keyboard algorithm processing examples, a new idea.
444444
- 单片机按键测试和595的连接和编程,采用飞思卡尔单片机的完美利用。-SCM key test and connecting and programming 595
1
- 一条简单的UDP传输协议,通过单片机按键Key控制协议,并实现传输通断,再由客户端返回一个数据包,实现蜂鸣器的报警。-UDP protocol on keil
anjian-kongzhi-dianji
- STM32单片机按键扫描控制电机的程序,按键可控制电机的正反转,及停止-anjina kongzhi dianji
uart_clock_key
- 实现串口通讯,7段数码管的动态显示以及按键的读取。并附带时钟显示程序。基于STC15F2K60S2单片机(Realize serial communication, 7 sections of digital tube dynamic display, and the key to read. And accompanied by the clock display program. Based on STC15F2K60S2 SCM)
clock_timer
- STC单片机的内部定时器程序,模块化开发,附带按键读取、数码管动态显示等驱动。(STC microcontroller internal timer program, modular development, with the button to read, digital tube dynamic display and other drivers.)
蓝牙锁
- 这是根据STC89C52芯片写的一个C语言程序,连接好硬件后,通过程序可以知道,可通按键或者蓝牙控制电机转动而实现开锁(This is a C language program written on the STC89C52 chip. After the hardware is connected, the program can be used to unlock the key or the Bluetooth control motor rotation)
51单片机
- 基于51单片机控制舵机按键程序,可以45度,75度,90度,135度
基于32单片机的电压检测装置
- 1. 基本功能:基本实现了附件2要求的功能,因为TFT-LCD引脚损坏,故用OLED代替,开发板没有配套24C02,所以使用flash模拟EEPROM,对参数K进行掉电保护。 2. 增加功能: a.按键个数增加1个,多了一个用于时间调整,可以让时间减小。 b.可以通过串口修改实时时间,在屏幕1下,用串口助手输入指令。 c.可以通过串口更新电压上报时间,在屏幕2下,用串口助手输入指令。 d.往串口助手输入:?,即可以获得串口指令提示。更多信息见实验工程下“ReadMe”文件。