Hello Nordic people,
Is anyone knows how to set the Nrf52840 buttons high automatically without human interface while button press?
Any examples or Related API are available?
Hello Nordic people,
Is anyone knows how to set the Nrf52840 buttons high automatically without human interface while button press?
Any examples or Related API are available?
To explain further.
For manual operation, you presumably have something like this:
if( button_is_pressed )
{
change_screen();
}
So, rather than trying to mess about with simulating the button press, why not simply call change_screen() ?
That makes for far clearer & cleaner programming.
Hi manoj97,
Where you able to find a solution? If so pleas post your solution to help others.
If not then pleas explain what further problems you have.
Regards,
Jonathan