1
0
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:
Ivan Grokhotkov
2014-12-12 10:37:24 +03:00
parent b6531b10f3
commit b8caeb363c
3 changed files with 204 additions and 1 deletions

2
NOTES
View File

@ -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.