1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/hardware/arduino/avr/libraries/SoftwareSerial
Matthijs Kooijman 416198a03b Simplify SoftwareSerial::write
Before, there was nearly identical code for the inverted and regular
cases. However, simply inverting the byte in the inverted case allows
using the regular code twice, reducing the generated code size by 100
bytes (on an Arduino Uno and gcc 4.3, on gcc 4.8 the reduction is 50
bytes).
2015-01-26 17:03:25 +01:00
..
examples Revert "SoftwareSerial library to the new format" 2013-11-15 12:54:59 +01:00
keywords.txt Revert "SoftwareSerial library to the new format" 2013-11-15 12:54:59 +01:00
library.properties missing paragraph field in library.properties 2014-07-18 20:08:01 +02:00
SoftwareSerial.cpp Simplify SoftwareSerial::write 2015-01-26 17:03:25 +01:00
SoftwareSerial.h Fix race condition in SoftwareSerial::overflow() 2015-01-26 17:03:25 +01:00