aboutsummaryrefslogtreecommitdiff
path: root/tests/pyb/adcall.py
AgeCommit message (Collapse)Author
2018-05-02tests/pyb: Update tests to run correctly on PYBv1.0.Damien George
In adcall.py the pyb module may not be imported, so use ADCAll directly. In dac.py the DAC object now prints more info, so update .exp file. In spi.py the SPI should be deinitialised upon exit, so the test can run a second time correctly.
2018-04-11tests/pyb: Add test for pyb.ADCAll class.Damien George