# MaJerle-lwbtn
**Repository Path**: WinHZ/lwbtn
## Basic Information
- **Project Name**: MaJerle-lwbtn
- **Description**: 嵌入式系统的轻量级button处理程序
基于回调的事件管理,支持点击、多次点击和长按事件,支持按键按下和释放事件的软件去抖动
- **Primary Language**: C
- **License**: MIT
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-02-10
- **Last Updated**: 2026-02-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Lightweight button manager
## Features
* Written in C (C11)
* Platform independent, requires user to provide millisecond timing source
* No dynamic memory allocation
* Callback driven event management
* Support for click, multi click and long press events
* Support for software debounce for press and release events
* Easy to use and maintain
* User friendly MIT license
## Contribute
Fresh contributions are always welcome. Simple instructions to proceed:
1. Fork Github repository
2. Follow [C style & coding rules](https://github.com/MaJerle/c-code-style) already used in the project
3. Create a pull request to develop branch with new features or bug fixes
Alternatively you may:
1. Report a bug
2. Ask for a feature request