NewSoftSerial Library: An AFSoftSerial update

If I'm not mistaken, object code is compiled for a specific microcontroller, and is recompiled if you select a board type that uses a different processor. This means your object code distribution won't work (more precisely, it would only work for one ATmega and would be broken if the user switched board types).

-j