Timeline for RESET and RESUME case in Arduino mega 2560 code (PUSHBUTTON AS INTERRUPT)
Current License: CC BY-SA 3.0
18 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Aug 14, 2018 at 19:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jul 15, 2018 at 18:42 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 15, 2018 at 18:12 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 16, 2018 at 17:15 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Apr 16, 2018 at 16:23 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Mar 17, 2018 at 16:20 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Feb 15, 2018 at 15:28 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 16, 2018 at 14:40 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 17, 2017 at 13:50 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 17, 2017 at 12:57 | history | edited | Sonali_B | CC BY-SA 3.0 |
added image
|
Nov 17, 2017 at 12:55 | comment | added | Sonali_B | yes and currently i am focussing on a simple pushbutton but it has debouncing problem so if any other switch you can suggest if that would make things perfect and efficient. | |
Nov 17, 2017 at 12:35 | comment | added | user31481 | Let me see if I understand you: 1) Your code is happily running; 2) You preset your own-reset-button, the Arduino start your code from the begining (like a real reset); 3) Your code is happily running again; 4) You press your own-resume-button and; 5) Arduino stop the running code and; 6) resume running the same code as you left it in step 2). Is that right? | |
Nov 17, 2017 at 12:25 | history | edited | Sonali_B | CC BY-SA 3.0 |
edited title
|
Nov 7, 2017 at 13:27 | answer | added | user31481 | timeline score: 2 | |
Nov 7, 2017 at 11:48 | comment | added | Majenko | I think you want to implement your code as a Finite State Machine where "reset" is just one of many states the machine can be in. | |
Nov 7, 2017 at 10:53 | comment | added | user31481 | It looks like you want something like the "hibernate" option on a desktop computer. Am I right? | |
Nov 7, 2017 at 10:49 | history | edited | user31481 | CC BY-SA 3.0 |
Format code, capitalize Arduino
|
Nov 7, 2017 at 10:41 | history | asked | Sonali_B | CC BY-SA 3.0 |