]> sigrok.org Git - libsigrok.git/commit
rdtech-dps: add support for RD6006P, RD6012P and RD6024
authorMikael Djurfeldt <redacted>
Mon, 16 Jan 2023 22:43:44 +0000 (23:43 +0100)
committerSoeren Apel <redacted>
Wed, 27 Sep 2023 21:17:37 +0000 (23:17 +0200)
commit02a4f485de76b401eca7d3b82aac1808a12df4fe
tree93d533dba4b4f81617e0e9c879833cff9a12895a
parent48385ca229bee3e267108b7cc8ab3c99edaf77a4
rdtech-dps: add support for RD6006P, RD6012P and RD6024

RD6012P has two current ranges, so support for getting/setting/listing
range is added. This also means that the model table is reorganized to
support multiple ranges.

In order for the range setting and the current multiplier to be up to
date, the function rdtech_dps_update_range is called when
required. This function reads the range register of the device.
src/hardware/rdtech-dps/api.c
src/hardware/rdtech-dps/protocol.c
src/hardware/rdtech-dps/protocol.h