itead / ITEADLIB_Arduino_WeeESP8266

An easy-to-use Arduino ESP8266 library besed on AT firmware.
MIT License
526 stars 285 forks source link

AltSoftSerial support #84

Open tonton81 opened 7 years ago

tonton81 commented 7 years ago

is it possible to add altsoftserial support since it uses a 16bit timer for simuletaneous read/writes and doesnt disable interrupts like software serial does (which affects things like millis/micros/servos,hardwareserial, etc)

It's more faster and stable without affecting other devices

Thanks