搜索资源列表
stm32-1602
- stm32 1602自己写的驱动 并且加入了矩阵键盘 线反转法的 很清晰详细 有debug模式 systick精确延时 文件清晰 请大家玩玩哈哈 -stm32 1602 and joined the drive to write their own keyboard line matrix inversion method is very clear and detailed with precision delay file debug mode systick clear please pl
keybord
- 里面包含4×4矩阵键盘模块 单片机驱动程序 STM32用 C语言版-Which contains 4 × 4 matrix keyboard module driver STM32 microcontroller using C language version
STM32-4X4-Matrix-keyboard
- 基于STM32的,4*4的矩阵键盘驱动(中断方式)。-Based on the STM32, the 4* 4 matrix keyboard driver (interrupt mode).
TimerAddTemp
- 基于STM32的使用。中断,定时器,键盘扫描等。定时开关。-ucos2development with vc++
JoyStickMouse
- STM32 简易USB键盘,HID方式,修改USP-Pullup引脚、按键、键值,即可快速移植-The STM32 simple USB keyboard, HID way
USB_HID_test
- 用STM32实现的USB HID键盘(游戏杆改的,仅实现一个按键,更多的按键实现大同小异) D+/D-分别接PA12及PA11(内附原理图)正常使用时D+的使能端接地即可。开发环境MDK 4.12-Not necessary
8_keyPshuma
- stm32 键盘7289+数码管 固件库 大连理工大学 信通学院-stm32 i2c 7289
ALIENTEK-MiniSTM32-test2-jianpan
- stm32实现键盘扫描功能源代码。寄存器版本。-stm32 realize keyboard scan function of the source code. Register version.
jipingfeicheUSB
- 使用stm32模拟一个简单的键盘 来操控极品飞车的游戏 程序是在官方的基础上改的-Using STM32 simulation of a simple keyboard to control the speed of the game program is based on the change in the official
juzhenjianpan
- 基于stm32的矩阵键盘扫描,所对应的键值在共阴极七段数码管上显示-Stm32 based keyboard scan matrix, the corresponding key is displayed on the seven-segment LED common cathode
PS2鼠标与键盘
- ARM STM32F10X鼠标与键盘程序,由鼠标程序修改得
password
- 功能:支持3~20位的密码设置,初始密码为123456;若要重设密码,需先输入正确密码开锁。 ** 正常显示情况下,按下确认键上锁;按下密码键,开始输入密码。 **接线:PE[0..3] 4*4键盘的行线,均用中断方式,上拉输入,下降沿触发 ** PE[4..7] 4*4键盘的列线,下拉输入,在中断内临时改为上拉输入,用于读键值 ** PD[0..7] LCD12864 D0~D7 ** PD[13..15] LCD12864 RS,RW,E ** PA.1 连接继电器,
user
- 在STM32开发板上实现19264(不带字库)和BC7276控制的键盘显示,内含delay.c(原子延时)、key.c、led.c、还有字库文件,在KEIL MDK5验证可用-In the STM32 development board 19264 (without fonts) and BC7276 control keyboard and display, containing delay.c (atomic delay), key.c, led.c, as well as font fil
V4
- STM32 anfulai测试程序 包括 LCD MP3 USRT 键盘等-STM32 anfulai test program includes LCD MP3 USRT keyboard
基于STM32的_矩阵键盘_驱动(中断方式)
- 基于STM32的_矩阵键盘_驱动(中断方式)(STM32 matrix keyboard driver based on _ _ (interrupt mode))
例程3 独立键盘
- 从零开始学STM32,运用独立按键控制蜂鸣器发出声音,适用于有51单片机基础的新手。(Learn STM32 from scratch, use independent buttons to control the buzzer to make sounds. It is suitable for beginners who have a basis of 51 SCM.)
CT117E-8th 蓝桥杯嵌入式 官网范例程序1
- stm32入门范例程序,配套开发板CT117E,内含:LED,Systick,串口,LCD,键盘,中断,是学习stm32的基础与实用程序,keil编译
stm32模拟键盘鼠标
- 用cubemx生成,可以实现键盘和鼠标的模拟,验证可以使用!