This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
288ec84c21
circuitpython
/
tests
/
extmod
/
time_ms_us.py.exp
4 lines
15 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff(). Simple smoke tests, mostly for coverage. Added to extmod based on the fact that they're extensions to standard modules.
2015-10-19 18:53:10 -04:00
True
True
tests/extmod/time_ms_us: Add test for calling ticks_cpu(). This is just to test that the function exists and returns some kind of valid value. Although this file is for testing ms/us functions, put the ticks_cpu() test here so not to add a new test file.
2018-03-03 08:17:33 -05:00
True