fredericplante/sanguino

Add pin change interrupt definitions (needed for SoftwareSerial).

Opened this issue · 2 comments

Here's a commit that adds definitions for the pin change interrupts that are 
required by the new SoftwareSerial library: 
http://code.google.com/r/dmellis-sanguino/source/detail?r=096025be19ba280772a415
300f152d6066a55c80

I haven't tested them yet.

Original issue reported on code.google.com by dmel...@gmail.com on 18 Oct 2012 at 7:52

Thanks, just pulled your commits in ( pulled out the core change since 1.0.2 
isn't out yet ) I went through the 0023 version and it looks like the only core 
changes were the interrupts and the wiring stuff you mentioned.  I tested your 
changes to make the softserial stuff work as well as all three interrupts and 
everything seems to work.  Thanks!

Original comment by sutt...@gmail.com on 21 Oct 2012 at 5:55

Original comment by sutt...@gmail.com on 21 Oct 2012 at 5:55

  • Changed state: Accepted