114 Commits
Author SHA1 Message Date
Tilen cb059874ff release: set version to 1.3.1 v1.3.1 2026-07-25 18:59:28 +02:00
Tilen 0172a273da test: add dynamic test to ensure no invalid events 2026-07-25 18:54:57 +02:00
Tilen d35ba48ff8 fix: fire on-press and on-release events immediately on state change if the debounce is disabled. 2026-07-25 18:47:33 +02:00
Tilen 2d1881f7f2 release v1.3.0 v1.3.0 2026-07-25 02:25:11 +02:00
Tilen 2c2e113b7b feat: add interface functions, setup the consistent time/count parameters, add non-windows build option 2026-07-25 02:18:11 +02:00
Tilen bc39733c6d cmake: add the gcc part 2026-07-25 01:08:39 +02:00
Tilen 88c1b23c67 Add gcc cmake toolchain file 2026-06-11 23:15:10 +02:00
Tilen 793dacab57 fix: add package note for the cmake compiler 2026-06-02 09:44:35 +02:00
Tilen 7ad7e7cb20 Update release workflow 2026-06-01 19:50:30 +02:00
Tilen M 81ce85648b improve the comments 2025-09-21 10:59:51 +02:00
Tilen M 2fe529670d fix small english wording 2025-09-21 08:34:16 +02:00
Tilen M b3f30e2a0e Update license year to 2025 2025-09-20 22:59:31 +02:00
Tilen 2a89eb8af9 fix typo for macro and prepare v1.2.1 v1.2.1 2025-09-19 12:22:58 +02:00
Tilen M 00d26e3c8f Version 1.2.0 v1.2.0 2025-09-09 20:48:22 +02:00
Tilen M 243cc145d0 Improve the platformio support 2025-09-09 20:47:14 +02:00
Tilen M 08d33588c2 Update release worfklow to publish platformIO 2025-09-02 21:59:33 +02:00
Tilen M 3b9cfc7a72 test: fix cmake file 2025-04-02 19:18:52 +02:00
Tilen Majerle cb9723faea test: rework test 2025-04-02 14:59:34 +02:00
Tilen Majerle 073466e935 format: remove the Cpp explicit to support C and Cpp for clang-format >= 20.1 2025-03-25 17:34:27 +01:00
Tilen Majerle 8c5514f8cc test: add auto test workflow 2025-03-21 15:01:27 +01:00
Tilen Majerle 778914d26c docs: elaborate reset function docs 2025-02-08 17:31:12 +01:00
Tilen M 59e157b468 feat: Add changelog message 2025-01-15 21:40:49 +01:00
Tilen M 0fa4875303 feat: Add lwbtn_reset feature 2025-01-15 21:40:36 +01:00
Tilen M 5cd03b7714 Add missing static keyword for private functions 2024-09-22 22:55:58 +02:00
Tilen Majerle bf7546f4b4 Merge pull request #3 from jackkrieger/platformio-support
fix PlatformIO support
2024-09-22 12:00:53 +02:00
Евгений Можевитин 5aea592452 fix PlatformIO support
Avoid to complile unnecessary files
2024-09-22 12:42:55 +03:00
Tilen Majerle c934db5fc0 add LWBTN_CFG_TYPE_VARTYPE config 2024-09-16 11:20:13 +02:00
Tilen M 53c884d315 fix the brief name from other lib. 2024-09-04 22:43:36 +02:00
Tilen M 1bd3c0cf48 Fix wrong title... 2024-09-04 21:16:14 +02:00
Tilen M 3bb137a9ba Improve the CMakeLists library usage 2024-09-04 21:13:28 +02:00
Tilen M 01ba198712 Update CMake to expose lib as PUBLIC/PRIVATE and not INTERFACE 2024-09-03 21:42:00 +02:00
Tilen M 5f043e4ec7 code docs: Improve the docs for better user understanding 2024-08-24 22:46:14 +02:00
Tilen M 7693c90c3a click event: Add option to disable the feature 2024-08-23 09:55:39 +02:00
Tilen M d32e875f67 Merge branch 'develop' of https://github.com/MaJerle/lwbtn into develop 2024-08-23 01:40:38 +02:00
Tilen M cbad2bb1ae ensure inactive state before debouncing starts first time 2024-08-23 01:40:33 +02:00
Tilen Majerle 2c191911e3 add docs for input reading 2024-07-03 15:15:39 +02:00
Tilen Majerle 6acd9acf2d add features list 2024-07-03 15:06:02 +02:00
Tilen Majerle f0f2f119e0 Update getting started guide 2024-06-22 19:26:59 +02:00
Tilen Majerle 1d94374925 Improve the getting started documentation - how to add library to project with CMake config 2024-06-22 15:13:33 +02:00
Tilen Majerle d03cb61f1b Improve documentation 2024-03-19 21:41:46 +01:00
Tilen Majerle 5e6a15b22b Update library CMake system, to support automatic creation of options file, if user doesn't provide one 2024-03-19 21:34:22 +01:00
Tilen Majerle 26fd03a88b Merge branch 'main' of https://github.com/MaJerle/lwbtn into develop 2024-03-19 21:21:18 +01:00
Tilen Majerle 2871ff55b6 Update license 2024-02-27 21:20:22 +01:00
Tilen Majerle e4734342bf Update copyright to 2024 & AUTHORS file 2024-01-04 21:39:26 +01:00
Tilen Majerle 4543c9fcff Add authors in the docs file 2023-12-09 17:13:46 +01:00
Tilen Majerle 432ce19dc7 Add AUTHORS file 2023-12-09 17:06:39 +01:00
Tilen Majerle db3e26cd43 Improve the cmake documentation 2023-12-09 16:49:22 +01:00
Tilen Majerle 9ba9f99e5d Create .cmake file to allow higher flexibility of end user 2023-12-09 11:10:17 +01:00
Tilen Majerle 4ab454b124 Improve docs and CMake configure_file 2023-12-08 16:03:39 +01:00
Tilen Majerle 641b729787 docs: Fix copy-paste mistake 2023-12-08 14:29:47 +01:00