Timeline for digitalPinToInterrupt() doesn't work
Current License: CC BY-SA 3.0
14 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Oct 11, 2016 at 0: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. | |
Sep 10, 2016 at 22:51 | 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. | |
Aug 11, 2016 at 22: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 12, 2016 at 21:53 | 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 12, 2016 at 21:52 | 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 13, 2016 at 18:52 | 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 13, 2016 at 17:39 | comment | added | Dave X |
arduino.cc/en/Reference/AttachInterrupt has some hints on mapping pins to interrupt numbers, if digitalPinToInterrupt(pin) doesn't work.
|
|
Apr 13, 2016 at 17:37 | history | edited | Dave X | CC BY-SA 3.0 |
retitle to match problem
|
Apr 12, 2016 at 18:02 | history | tweeted | twitter.com/StackArduino/status/719948934970523649 | ||
Apr 11, 2016 at 23:45 | comment | added | Nick Gammon♦ | You could rework without interrupts. Rain doesn't exactly start and stop within a millisecond. Just test the sensor in your main loop. | |
Apr 11, 2016 at 22:45 | history | migrated | from electronics.stackexchange.com (revisions) | ||
Apr 11, 2016 at 14:46 | answer | added | reaverx | timeline score: 3 | |
Apr 11, 2016 at 14:17 | comment | added | dsgdfg |
Where your period definition ? Which hardware allow rapid communication ? C++ set a period, mean clock_time x count . You haven't any data when scanning counter on count. Use a lot delay for prepare device + communication. 9600 rate need minimal 0.3 second delay(mean 300 milisecond)(of course can use less delay value but lost a lot data !)
|
|
Apr 11, 2016 at 9:54 | history | asked | reaverx | CC BY-SA 3.0 |