Arduino/libraries
Jens-Christian Skibakk 17e1eb5ef2 Fix idle level when initializing a inverted SoftwareSerial
Previously, when SoftwareSerial was initialized, it would always be set
to an idle level of HIGH, even when inverted logic was enabled. Once a
byte is transmitted, the idle level gets correctly set to LOW instead.
This commit makes sure that the idle level is correct directly after
initialization already.

This fixes #1361.
2014-05-23 13:12:58 +02:00
..
EEPROM updated URLs in LiquidCrystal examples 2012-04-11 12:56:31 +02:00
Esplora Merge pull request #1907 from egueli/master 2014-04-02 11:50:37 +02:00
Ethernet update AdvancedChatServer.ino, add operator!= 2013-12-06 23:19:19 +01:00
Firmata Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot" 2011-10-27 11:45:13 -04:00
GSM Updates to a number of Examples 2013-11-08 18:46:27 +04:00
LiquidCrystal Modified LCD custom character example 2013-11-11 16:41:12 +04:00
RobotIRremote Fix robot problems regarding new version of Arduino 2013-11-04 20:17:04 +01:00
Robot_Control Fixed issue #1478, #1599, #1709, motors being opposite, updated turning algorithm 2014-02-12 02:02:20 +01:00
Robot_Motor Fixed issue #1478, #1599, #1709, motors being opposite, updated turning algorithm 2014-02-12 02:02:20 +01:00
SD Updated Listfiles SD example 2014-02-02 14:35:04 +04:00
SPI Corrected the return type of the digitalPotWrite in the SPI/DigitalPotControl example 2013-04-24 10:45:22 +02:00
Servo Updates to a number of Examples 2013-11-08 18:46:27 +04:00
SoftwareSerial Fix idle level when initializing a inverted SoftwareSerial 2014-05-23 13:12:58 +02:00
Stepper Removed Serial.begin() inside examples where not needed 2012-04-11 13:08:43 +02:00
TFT Fixed spelling error in Horizon example 2013-05-18 10:07:22 +04:00
WiFi Added copyright license for WiFi shield library 2014-02-27 12:46:05 +01:00
Wire Removed deprecated interrupt handlers 2013-03-29 14:41:36 +01:00