All Projects → ShuifaHe → Stm32

ShuifaHe / Stm32

STM32 CM3 Project

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Stm32

Windows10debloater
Script to remove Windows 10 bloatware.
Stars: ✭ 11,462 (+9531.93%)
Mutual labels:  button
Uwb Node
Local Positioning System Development Kit, use STM32F411C + MPU9250 + LPS22HB + DWM1000
Stars: ✭ 99 (-16.81%)
Mutual labels:  stm32
Stm32 Dma Uart
Efficient DMA timeout mechanism for peripheral DMA configured in circular mode demonstrated on a STM32 microcontroller.
Stars: ✭ 111 (-6.72%)
Mutual labels:  stm32
Lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Stars: ✭ 92 (-22.69%)
Mutual labels:  stm32
Gradient Screens
🌈 Gradients applied to buttons, texts and backgrounds in Flutter
Stars: ✭ 97 (-18.49%)
Mutual labels:  button
Jlink arm Ob
ARM Cortex-M JLink 燒錄器
Stars: ✭ 102 (-14.29%)
Mutual labels:  stm32
Zwmusicdownloadview
精仿唱吧App音乐下载进度按钮,完美快速集成使用(A beautiful musical download progress button which can show the progress and click to play Music after finishing)
Stars: ✭ 88 (-26.05%)
Mutual labels:  button
Emspinnerbutton
UIButton sublcass with loading animation
Stars: ✭ 117 (-1.68%)
Mutual labels:  button
Stm32generic
Generic implementation of Arduino for STM32 boards
Stars: ✭ 98 (-17.65%)
Mutual labels:  stm32
Flutter Reaction Button
Flutter reaction button plugin it is fully customizable widget such as Facebook reaction button
Stars: ✭ 111 (-6.72%)
Mutual labels:  button
Uwb Adapter
Local Positioning System Development Kit, use STM32F411C、DWM1000
Stars: ✭ 92 (-22.69%)
Mutual labels:  stm32
Esp8266
Esp8266 Atcommand driver for Stm32
Stars: ✭ 97 (-18.49%)
Mutual labels:  stm32
React Particle Effect Button
Bursting particle effect buttons for React 🎉
Stars: ✭ 1,385 (+1063.87%)
Mutual labels:  button
Spbutton
自定义按钮,图片可在上、左、下、右,可调整图文间距,新增属性支持storyBoard/xib,系统按钮的所有属性和方法依然生效
Stars: ✭ 91 (-23.53%)
Mutual labels:  button
Dap42
CMSIS-DAP debugger firmware for STM32F042Fx and STM32F103xx
Stars: ✭ 115 (-3.36%)
Mutual labels:  stm32
Stm32pio
Automate managing of STM32CubeMX + PlatformIO projects
Stars: ✭ 89 (-25.21%)
Mutual labels:  stm32
Recordbutton
A record button in Swift
Stars: ✭ 101 (-15.13%)
Mutual labels:  button
Easygui
Easy GUI for microcontrollers
Stars: ✭ 116 (-2.52%)
Mutual labels:  stm32
React Dark Mode Toggle
🦉 A cutesy dark mode toggle button for React.
Stars: ✭ 117 (-1.68%)
Mutual labels:  button
Ee
EEPROM emulation for stm32.
Stars: ✭ 109 (-8.4%)
Mutual labels:  stm32

STM32

STM32 CM3 Project 本键盘扫描模块的特点:

一、使用灵活:一体实现按键的普通、单击、双击、长按、保持以及组合等功能,无须事前为每个按键每种键值逐一进行宏定义,也无须逐一编写各事件的条件判断,
只须为需要的按键事件编写相应的响应代码即可,同时留有特殊键组合等的扩展接口; 可以选择每一按键事件的处理实时性,从而能够使强实时性的紧急按键优先得到处理,可自由选择中断处理及查询处理或二者混合的处理方式, 灵活适配使应用项目能够兼备按键的强实时性要求以及超长(主循环执行一遍的时间长达1秒以上的)程序的适应性。

二、注重通用:模块设计时注重通用性,按键事件(键值)依简单易懂的标准事件格式编写;除能满足几乎所有按键应用需求外,在按键数量上, 从少到2-4个按键直到最大32个按键(包括端口直联、行列式矩阵、矩阵加直联混合)都可适用。(注:新写了一个4*4矩阵加4键直联混合共20个键的例子参见153楼)

三、稳定可靠:后台智能抖动消除、按键干扰杂波滤除措施有力,获取按键稳定可靠,不会产生重复按键,即使在CPU非常繁忙时也不会漏失按键。

四、移植简便:所有可调整参数(数量不多)均以宏定义列出,除与硬件相关(按键个数及连接端口)的部分须根据具体系统修改外,其它均无须变化,很容易移植。 程序可读性强,注释详尽丰富,其中包括函数调用关系及详细运用修改说明,如有未尽事宜,可提出探讨,本人尽量解答修改。

五、高效节能:消抖无须延时等待,同时采取自适应变频扫键、键盘闲置检测、消抖读键双进程周期差异等多项智能措施尽量减少占用CPU的计算资源。

(完整工程示例分享请移步http://www.openedv.com/forum.php?mod=viewthread&tid=277263&extra=page%3D1,如果对您有所助宜,请赐星星鼓励一下,谢谢。)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].