Created
May 23, 2016 23:28
-
-
Save Marzogh/a1f946abe0d43ae49d6b40ad0aff24cb to your computer and use it in GitHub Desktop.
Resets Arduino in software
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void(* resetFunc) (void) = 0; //declare reset function @ address 0 | |
resetFunc(); //Call to reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment