mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Add sigma-delta api
This commit is contained in:
2
NOTES
2
NOTES
@ -12,7 +12,7 @@ What works
|
||||
- millis, micros, delay, delayMicroseconds
|
||||
- yield (call that once in a while in long loops; delay() works as well)
|
||||
- Serial
|
||||
Only 8n1 is supported right now. flush() doesn't work, and there is no propper TX buffer.
|
||||
Only 8n1 is supported right now. flush() doesn't work, and there is no proper TX buffer.
|
||||
When sending long strings (>128 chars at a time) something might get lost.
|
||||
There will be some diagnostic output from WiFi libraries unless you call Serial.begin.
|
||||
|
||||
|
Reference in New Issue
Block a user