1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/libraries/SoftwareSerial
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
..
examples Updated SoftwareSerial examples so that they work easier with Leonardo and Mega 2012-05-25 09:38:44 -04:00
keywords.txt Minor typo correction 2013-06-08 12:37:51 -05:00
SoftwareSerial.cpp Fix idle level when initializing a inverted SoftwareSerial 2014-05-23 13:12:58 +02:00
SoftwareSerial.h Reverted begin(long speed) to its original prototype (i.e. 2012-12-02 17:22:59 +01:00