Version 1.2.0

This commit is contained in:
Tilen M
2025-09-09 20:48:22 +02:00
parent 243cc145d0
commit 00d26e3c8f
8 changed files with 9 additions and 7 deletions

View File

@@ -2,6 +2,8 @@
## Develop
## v1.2.0
- Add detection of the first button state to be inactive before debouncing can even start
- Add macro `LWBTN_CFG_USE_CLICK` with default value to keep click event enabled (backward compatibility) and an option to disable *click* events
- Rework library CMake with removed INTERFACE type

View File

@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.0
* Version: v1.2.0
*/
#ifndef LWBTN_HDR_OPTS_H
#define LWBTN_HDR_OPTS_H

View File

@@ -1,6 +1,6 @@
{
"name": "LwBTN",
"version": "1.1.0",
"version": "1.2.0",
"description": "Lightweight button handler for embedded systems",
"keywords": "lwbtn, button, input, manager, btn, lightweight, embedded",
"repository": {

View File

@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.0
* Version: v1.2.0
*/
#ifndef LWBTN_HDR_H
#define LWBTN_HDR_H

View File

@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.0
* Version: v1.2.0
*/
#ifndef LWBTN_OPT_HDR_H
#define LWBTN_OPT_HDR_H

View File

@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.0
* Version: v1.2.0
*/
#ifndef LWBTN_OPTS_HDR_H
#define LWBTN_OPTS_HDR_H

View File

@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.0
* Version: v1.2.0
*/
#include <string.h>
#include "lwbtn/lwbtn.h"

View File

@@ -29,7 +29,7 @@
* This file is part of LwBTN - Lightweight button manager.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.0
* Version: v1.2.0
*/
#ifndef LWBTN_HDR_OPTS_H
#define LWBTN_HDR_OPTS_H