0 votes
668 views
in Arduino by
How to restart an arduino using just the code?

1 Answer

0 votes
by
write the function as below.

void(* resetFunc) (void) = 0;

then call it as you need

resetFunc();

Related questions

0 votes
1 answer 880 views
+1 vote
2 answers 7.6k views
0 votes
1 answer 3.3k views
0 votes
1 answer 613 views
asked Sep 12, 2021 in Arduino by mithun (1.3k points)
+2 votes
1 answer 9.5k views
asked Mar 15, 2017 in Arduino by Manoj
0 votes
1 answer 2.6k views
...