2022-10-21 05:40 AM
Hi,
I am designing counter with hardware button using Nucleo-F767ZI (freertos) with GFX01M1. the idea is when i hold the push button (eg. 5 sec or more) counter will increase by 10 each if single press, counter will increase by 1. right now it's only work for single press. when i hold the push button it's only increase by 1 like single press.
I'm new to programming as well so a complete answer will be highly appreciated. Thanks
2022-10-24 02:23 AM
2022-10-24 07:01 PM
hi,
Thanks for your reply. i still not succeed. the counter still working like single button.