diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-09-16 23:31:02 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-09-16 23:31:02 +1000 |
| commit | b9672bcbe8dd29b61326af8eb026df4d10a8f0ce (patch) | |
| tree | 6f6617db12bc45682cf53f2f273328ba382b03af /tests/extmod/machine_pulse.py.exp | |
| parent | 2b7c4a18784d93d2daee0cd34a7751c6fe29088d (diff) | |
tests/extmod: Add test for machine.time_pulse_us().
Diffstat (limited to 'tests/extmod/machine_pulse.py.exp')
| -rw-r--r-- | tests/extmod/machine_pulse.py.exp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/extmod/machine_pulse.py.exp b/tests/extmod/machine_pulse.py.exp new file mode 100644 index 000000000..f9a474218 --- /dev/null +++ b/tests/extmod/machine_pulse.py.exp @@ -0,0 +1,9 @@ +value: 1 +value: 0 +<class 'int'> +value: 1 +value: 0 +value: 1 +<class 'int'> +OSError +OSError |
