Timeline for Problem on Arduino Interrupt and RTC
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 31, 2017 at 7:14 | comment | added | KIIV | @Prayuktibid Well, without ampersand it's converted to the function pointer implicitly, so it's not required. But it's more obvious for reviewers or coworkers. For the class methods (member functions) it's required. | |
| Mar 31, 2017 at 7:05 | comment | added | Prayuktibid |
@KIIV Sir, Why you using address of setFlag() Function Instead of setFlag() function in this program please explain me.
|
|
| Mar 30, 2017 at 9:10 | vote | accept | Prayuktibid | ||
| Mar 30, 2017 at 7:50 | history | edited | KIIV | CC BY-SA 3.0 |
added 15 characters in body
|
| Mar 30, 2017 at 7:15 | history | edited | KIIV | CC BY-SA 3.0 |
Added short example for ISR handling
|
| Mar 29, 2017 at 10:19 | comment | added | Prayuktibid | @EdgarBonet I have updated the code plaese check it | |
| Mar 29, 2017 at 9:22 | comment | added | Edgar Bonet | @Prayuktibid: You wrote “I have checked this code without [...] still its not working.” There is no point in talking about code we cannot see. Please update the question with the relevant code and tell us exactly how it is not working. | |
| Mar 29, 2017 at 9:05 | comment | added | Prayuktibid |
sorry I am not getting your point. I have used while(1) and delay() for special reason forget about that. I have checked this code without while(1) delay() inside ISR still its not working.
|
|
| Mar 29, 2017 at 8:31 | history | answered | KIIV | CC BY-SA 3.0 |