mirror of
https://github.com/MaJerle/lwbtn.git
synced 2026-02-06 04:23:14 +08:00
Version 1.2.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user