Version 0.0.2

This commit is contained in:
Tilen Majerle
2023-03-27 19:14:53 +02:00
parent 76ae582883
commit f833825e2d
7 changed files with 8 additions and 6 deletions
+2
View File
@@ -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
View File
@@ -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
View File
@@ -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": {
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"