Tasmota/lib/TasmotaSerial-1.1.0
arendst 12f13a37b9 v5.11.1i - Add S31 support and some fixes
5.11.1i
 * Update TasmotaSerial library to 1.1.0
 * Rename commands
HlwPCal, HlwUCal and HlwICal to PowerCal, VoltageCal and CurrentCal to
be used for both Pow and S31 calibration
 * Rename commands HlwPSet,
HlwUSet and HlwISet to PowerSet, VoltageSet and CurrentSet to be used
for both Pow and S31 calibration
 * Add support for Sonoff S31 Smart
Socket with Power Consumption Detection (#1626)
 * Fix IRReceive Data
value (#1663)
 * Fix compiler warnings (#1774)
2018-02-03 23:25:05 +01:00
..
examples/swsertest v5.11.1i - Add S31 support and some fixes 2018-02-03 23:25:05 +01:00
src v5.11.1i - Add S31 support and some fixes 2018-02-03 23:25:05 +01:00
README.md v5.11.1i - Add S31 support and some fixes 2018-02-03 23:25:05 +01:00
keywords.txt v5.11.1i - Add S31 support and some fixes 2018-02-03 23:25:05 +01:00
library.json v5.11.1i - Add S31 support and some fixes 2018-02-03 23:25:05 +01:00
library.properties v5.11.1i - Add S31 support and some fixes 2018-02-03 23:25:05 +01:00

README.md

TasmotaSerial

Implementation of software serial library for the ESP8266 at 9600 baud

Allows for several instances to be active at the same time.

Please note that due to the fact that the ESP always have other activities ongoing, there will be some inexactness in interrupt timings. This may lead to bit errors when having heavy data traffic.