Browsing All Posts published on »January, 2010«

New Year Treat: NewSoftSerial 10

January 7, 2010

4

NewSoftSerial 10 is available for testing. There are a number of fun new features to play with, including support for 20MHz processors and Arduino siblings like the Teensy and Teensy++.  I’ve also added a destructor (and an end()) so that you can employ temporary NewSoftSerial objects, for example: if (need_to_check_GPS) { NewSoftSerial gpsconn(6, 3); ... [...]