diff options
author | Damien George <damien.p.george@gmail.com> | 2015-02-23 13:18:33 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-02-23 13:18:33 +0000 |
commit | 626ee90ce194616f72eb49750f007e1604e3309c (patch) | |
tree | 2003b664ac51d7c7977deb676bc3effdc9600310 /tests/pyb/timer_callback.py.exp | |
parent | d38939e676d0c36d81b1763fa3fbfcb53c649710 (diff) | |
download | micropython-626ee90ce194616f72eb49750f007e1604e3309c.tar.gz micropython-626ee90ce194616f72eb49750f007e1604e3309c.zip |
tests: Add more tests for pyb.Timer class.
Diffstat (limited to 'tests/pyb/timer_callback.py.exp')
-rw-r--r-- | tests/pyb/timer_callback.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pyb/timer_callback.py.exp b/tests/pyb/timer_callback.py.exp new file mode 100644 index 0000000000..5fd751fde3 --- /dev/null +++ b/tests/pyb/timer_callback.py.exp @@ -0,0 +1,4 @@ +cb1 +cb2 +cb1 +cb4 3 |