搜索资源列表
STM32_UCOSII.rar
- 编译环境是 iar EWARM ,STM32 下的UCOSII,编译环境是 iar EWARM ,STM32 下的UCOSII
SST25-FATFS-V3-08
- stm32键盘中断实验 gps gui -stm32 keyboard interrupt test
stm32-example
- keil程序,入门必看的程序。如闪灯,键盘,uart-Good stm32-example for bigginers.
uCOS-II_Model_STM32
- IAR4.42版本的UCOSII for STM32移植模板-IAR4.42 version of UCOSII for STM32 transplantation template
Stm32.Share
- STM32 通过串口flash更新程序, 不用固件库,包括: ADC采样, 定时器延时中断, 键盘扫描, 模拟I2C驱动 问题咨询: w123456xy@sohu.com 15189792379-STM32 through the serial flash update, without firmware libraries, including: ADC sampling, delay timer interrupt, keyboard scanning, I2C driver Advis
STM32-4X4-Matrix-keyboard
- 基于STM32的,4*4的矩阵键盘驱动(中断方式)。-Based on the STM32, the 4* 4 matrix keyboard driver (interrupt mode).
PS2鼠标与键盘
- ARM STM32F10X鼠标与键盘程序,由鼠标程序修改得
STM32USBHID键盘资料(史上最全)
- STM32 USB HID键盘资料,带按键代码,可以参考下~~~~~~~~~~~~~~~~~~~~~~~~~~~~(STM32 USB HID Keyboard data)
Stm32矩阵键盘程序(库函数)
- Stm32矩阵键盘程序(库函数)矩阵键盘是单片机外部设备中所使用的排布类似于矩阵的键盘组(Matrix keyboard is MCU peripheral equipment used in the configuration is similar to the matrix keyboard group)
矩阵键盘程序
- 本文件的函数,主要实现矩阵键盘的功能。此程序带有松手检测。(Function of this document, the main function of matrix keyboard. This program has a "let loose" test.)
PS2键盘调试
- ps2键盘stm32源码,详情请见原子哥论坛(PS2 keyboard STM32 source code, atomic elder brother)
矩阵键盘
- STM32矩阵键盘,动态数码管显示,支持连按(STM32 matrix keyboard, dynamic digital display,Support link press)
基于STM32的_矩阵键盘_驱动(中断方式)
- 基于STM32的_矩阵键盘_驱动(中断方式)(STM32 matrix keyboard driver based on _ _ (interrupt mode))
USB鼠标键盘复合设备
- 自己做的基于STM32的鼠标键盘符合设备,可以用于熟悉USB编程(Do their own STM32 based keyboard and mouse in line with the equipment, can be used to familiar with USB programming)
矩阵键盘程序
- 基于stm32的矩阵键盘编程,程序适合stm32f103处理器(Based on stm32 matrix keyboard programming, the program is suitable for stm32f103 processor.)
stm32矩阵键盘(可用)
- stm32f103系列单片机的矩阵键盘控制程序(Matrix keyboard control program of STM32F103 Series MCU)
STM32 USB 键盘
- STM32F103 USB 键盘,基于STM32F103系列实现USB键盘设备程序!
4X4矩阵键盘检测程序
- 基于stm32的4X4键盘矩阵检测程序,直接编译可以使用,简单高效,检测准确,可以直接在不同平台快速修改使用。(Based on the stm32 4X4 keyboard matrix detection program, direct compilation can be used, simple and efficient, accurate detection, and can be quickly modified and used on different platforms.)
STM32矩阵键盘
- 使用中断方式i实现在STM32F103上的矩阵键盘。修改端口所有的需要修改的地方已用宏定义列出。方便修改(Use interrupt mode I to implement the matrix keyboard on STM32F103. All the modifications needed to modify the port are listed in the macro definition. Convenient modification)
STM32F1的USB复合键盘+鼠标程序
- 基于MDK5.23,使用STM32CUBEMX生成模板修改而成,usb报告描述符使用REPORT ID方式使得在1个interface下实现2个设备(键盘+鼠标),便于usb初学者参考学习