Orion IoT Code Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Orion Stark 64eee38cd2 Init DHT11 Project Prototype Complete 4 years ago
..
examples Init DHT11 Project Prototype Complete 4 years ago
README.md Init DHT11 Project Prototype Complete 4 years ago
SoftwareSerial.cpp Init DHT11 Project Prototype Complete 4 years ago
SoftwareSerial.h Init DHT11 Project Prototype Complete 4 years ago
keywords.txt Init DHT11 Project Prototype Complete 4 years ago
library.json Init DHT11 Project Prototype Complete 4 years ago
library.properties Init DHT11 Project Prototype Complete 4 years ago

README.md

EspSoftwareSerial

Implementation of the Arduino software serial library for the ESP8266

Same functionality as the corresponding AVR library but several instances can be active at the same time. Speed up to 115200 baud is supported. The constructor also has an optional input buffer size.

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 in high baud rates.