summaryrefslogtreecommitdiff
path: root/tests/pyb/adc.py
AgeCommit message (Expand)Author
2024-01-22tests: Move port-specific test directories into tests/ports/ directory.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-12-13tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.Damien George
2018-04-11stm32/adc: Add read_timed_multi() static method, with docs and tests.Peter Hinch
2018-04-11tests/pyb/adc.py: Fix test so that it really does test ADC values.Damien George
2017-02-06tests/pyb: Adjust tests so they can run on PYB and PYBLITE.Damien George
2015-03-13stmhal: Fix adc.read_timed so buffer store respects element size.Damien George
2014-05-03tests: Add a suite of tests specifically for the pyboard.Damien George