Closed GoogleCodeExporter closed 8 years ago
This is actually a little more complicated than it sounds, and I don't think it
will be useful. First, the fact that there are 20 possible Arduino pins will
rarely be used, IMHO. You want to allocate space for the number of pins that
you are going to utilize for your project, not waste memory allocations for
pins you're not using. Of course, that is a choice that's up to the developer.
But I'd venture to say that 99+% of the time MAX_INT_PINS would not be used.
Rather, most projects using this library are going to choose a subset of the
Arduino's pins for interrupts, so the pin count (and thus the interrupt_count
array size) would be unique to each project.
Do you really have a project that uses *all* of the Arduino's pins for
interrupts? ...No LEDs, no I2C, no output of any kind?
I guess I don't understand the use case. Perhaps you can explain in more
detail?
Original comment by mschw...@gmail.com
on 23 Jun 2012 at 10:33
I'll leave this open for another week, to allow for more discussion. If at the
end of that period there is nothing further I will change to "Won't fix".
Original comment by m...@schwager.com
on 28 Jun 2012 at 5:31
You can close it now.
Not critical, just a convenience
Original comment by cappy2...@gmail.com
on 28 Jun 2012 at 7:34
Issue closed as per agreement.
Original comment by m...@schwager.com
on 29 Jun 2012 at 12:22
Original issue reported on code.google.com by
cappy2...@gmail.com
on 14 Jun 2012 at 12:45