mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-26 15:52:14 +01:00
7f0cc2111c
Now Serial.write() places characters in the transmit buffer, and the data register empty interrupt reads and transmit them. Based loosely on the implementation here: ftp://wookey.org.uk/arduino. http://code.google.com/p/arduino/issues/detail?id=262