Boo0ns / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Move pin change macros from SoftwareSerial's icrmacros.h to board-specific pin definition file. #490

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The SoftwareSerial library defines macros that map Arduino pin numbers to the 
pin changes interrupts on the pins.  We should pull this up into the 
board-specific pin definition header file so that the SoftwareSerial library 
can work on any AVR for which those macros (and the pin-change interrupts) are 
defined.

Original issue reported on code.google.com by dmel...@gmail.com on 4 Mar 2011 at 2:12

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/f179794a45c33edcb48c493bc03fb0e39dba11
db

Original comment by dmel...@gmail.com on 12 Aug 2011 at 9:33