01-31-2024, 06:31 PM
(01-27-2024, 05:52 PM)iliaslamprou Wrote: Hi,
replace the "Buttons" with "Leds"
On the "LED" settings select your connection and the buttons' pin first.
On the tab "Command" select the counter pin .
Then choose the option "Increase".
Using this connection it is not easy to have an immediate reaction to the button press.
The application waits for a value update every few seconds.
It is better to increase a variable from arduino code and in the application just show the meter.
Hi Ilias,
Thanks for the help, Now it works perfectly.