1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-03-21 09:07:50 +00:00
Brendan Jackman 1bc29d7abf instrument: Fix get_channels method
- `Instrument.channels` is a dictionary, we want the values not the
   keys; this is provded by `list_channels`.

- `InstrumentChannel` objects do not have a `measure` attribute. Use
  `kind` instead.
2017-04-25 15:58:51 +01:00
..
2017-02-27 17:24:01 +00:00