Mbed Host Tests
|
Public Member Functions | |
setup (self) | |
result (self) | |
teardown (self) | |
Static Public Attributes | |
float | DEVIATION = 0.10 |
list | ticks = [] |
Protected Member Functions | |
_callback_exit (self, key, value, timeout) | |
_callback_tick (self, key, value, timestamp) | |
Protected Attributes | |
_callback_exit | |
_callback_tick | |
This test is reading single characters from stdio and measures time between their occurrences.
Definition at line 22 of file wait_us_auto.py.
|
protected |
Definition at line 30 of file wait_us_auto.py.
|
protected |
{{tick;%d}}}
Definition at line 33 of file wait_us_auto.py.
mbed_host_tests.host_tests.wait_us_auto.WaitusTest.result | ( | self | ) |
Definition at line 42 of file wait_us_auto.py.
mbed_host_tests.host_tests.wait_us_auto.WaitusTest.setup | ( | self | ) |
Definition at line 38 of file wait_us_auto.py.
mbed_host_tests.host_tests.wait_us_auto.WaitusTest.teardown | ( | self | ) |
Definition at line 61 of file wait_us_auto.py.
|
protected |
Definition at line 39 of file wait_us_auto.py.
|
protected |
Definition at line 40 of file wait_us_auto.py.
|
static |
Definition at line 27 of file wait_us_auto.py.
|
static |
Definition at line 28 of file wait_us_auto.py.