mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
17e1eb5ef2
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. |
||
---|---|---|
.. | ||
examples | ||
keywords.txt | ||
SoftwareSerial.cpp | ||
SoftwareSerial.h |