Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HardwareSerial::write(const char*, ...) API compatibility to AVR, ESP8266, et al #3585

Merged
merged 3 commits into from
Jan 20, 2020

Conversation

dok-net
Copy link
Contributor

@dok-net dok-net commented Dec 19, 2019

The ESP32 Arduino implementation of HardwareSerial.h is missing

write(const char * buffer, size_t size);

Additionally, this PR adds the read(buffer, size) extension from ESP8266, also in EspSoftwareSerial, that complements the inherited Stream::readBytes() with a non-blocking variant.

@dok-net dok-net force-pushed the hwserialwrite branch 2 times, most recently from 400d02e to 7c1a683 Compare December 19, 2019 12:39
@me-no-dev me-no-dev merged commit 0607d36 into espressif:master Jan 20, 2020
@dok-net dok-net deleted the hwserialwrite branch January 21, 2020 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants