new wireless comms module

Hi

I found this post
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1222985221/2

and added the extra lines under virtualwire.h and it now compiles :slight_smile:

#include <VirtualWire.h>
#undef int
#undef abs
#undef double
#undef float
#undef round

::slight_smile:

thanks