1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

PolledTimeout Class for wrapping millis() loops (WIP) (#5198)

* PolledTimeout Class for wrapping millis() loops

* Add yield policies, improve reset, add host tests

* Fix copyright, comments

* adjust host tests for better time precision

* add fuzzyness to timing tests for CI jitter

* add blink example with polledTimeout

* improve namespace and type naming, add copyright, comments

* fix astyle
This commit is contained in:
Develo
2018-11-26 10:57:49 -03:00
committed by GitHub
parent cd05bae0e8
commit a501d3ca3b
4 changed files with 381 additions and 1 deletions

View File

@@ -107,7 +107,8 @@ TEST_CPP_FILES := \
fs/test_fs.cpp \
core/test_pgmspace.cpp \
core/test_md5builder.cpp \
core/test_string.cpp
core/test_string.cpp \
core/test_PolledTimeout.cpp
PREINCLUDES := \
-include common/mock.h \