mirror of https://github.com/arendst/Tasmota.git
12f13a37b9
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) |
||
---|---|---|
.. | ||
examples/swsertest | ||
src | ||
README.md | ||
keywords.txt | ||
library.json | ||
library.properties |
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.