mirror of
https://github.com/MaJerle/lwbtn.git
synced 2026-08-17 09:33:54 +08:00
Version 0.0.2
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Develop
|
||||
|
||||
## v0.0.2
|
||||
|
||||
- Add `LWBTN_CFG_GET_STATE_MODE` to control *get state* mode
|
||||
- Add option to check if button is currently active (after debounce period has elapsed)
|
||||
- Add option to set time/click parameters at run time for each button specifically
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
* This file is part of LwBTN - Lightweight button manager.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v0.0.1
|
||||
* Version: v0.0.2
|
||||
*/
|
||||
#ifndef LWBTN_HDR_OPTS_H
|
||||
#define LWBTN_HDR_OPTS_H
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "LwBTN",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Lightweight button handler for embedded systems",
|
||||
"keywords": "lwbtn, button, input, manager, btn, lightweight, embedded",
|
||||
"repository": {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* This file is part of LwBTN - Lightweight button manager.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v0.0.1
|
||||
* Version: v0.0.2
|
||||
*/
|
||||
#ifndef LWBTN_HDR_H
|
||||
#define LWBTN_HDR_H
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* This file is part of LwBTN - Lightweight button manager.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v0.0.1
|
||||
* Version: v0.0.2
|
||||
*/
|
||||
#ifndef LWBTN_OPT_HDR_H
|
||||
#define LWBTN_OPT_HDR_H
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* This file is part of LwBTN - Lightweight button manager.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v0.0.1
|
||||
* Version: v0.0.2
|
||||
*/
|
||||
#ifndef LWBTN_OPTS_HDR_H
|
||||
#define LWBTN_OPTS_HDR_H
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* This file is part of LwBTN - Lightweight button manager.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v0.0.1
|
||||
* Version: v0.0.2
|
||||
*/
|
||||
#include <string.h>
|
||||
#include "lwbtn/lwbtn.h"
|
||||
|
||||
Reference in New Issue
Block a user