Giter VIP home page Giter VIP logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
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 [email protected] on 23 Jun 2012 at 10:33

from arduino-pinchangeint.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
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 [email protected] on 28 Jun 2012 at 5:31

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from arduino-pinchangeint.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
You can close it now.
Not critical, just a convenience

Original comment by [email protected] on 28 Jun 2012 at 7:34

from arduino-pinchangeint.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
Issue closed as per agreement.

Original comment by [email protected] on 29 Jun 2012 at 12:22

  • Changed state: WontFix

from arduino-pinchangeint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.