0 votes
974 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 1.2k views
+1 vote
2 answers 8.2k views
0 votes
1 answer 3.5k views
0 votes
1 answer 826 views
asked Sep 12, 2021 in Arduino by mithun (1.3k points)
+2 votes
1 answer 9.8k views
asked Mar 15, 2017 in Arduino by Manoj
0 votes
1 answer 2.8k views
...