flame 20101231
Submitted by alastair on Fri, 31/12/2010 - 11:20am
Download | Size | md5 hash |
---|---|---|
mhvlib-20101231.7z | 62.49 KB | 34d0b708578c669f7cb0267fc4a4f9e2 |
Last updated: Thu, 26/12/2013 - 1:25pm
Release notes
Relocate async writing from HardwareSerial to Device_TX. HardwareSerial & Display_Monochrome implement this, and all subclasses now support async text support.
Heads up!
As a result of the above change, the asyncWrite() calls to HardwareSerial are no longer supported, and instead are replaced by write() calls inherited from Device_TX.