]> sigrok.org Git - libsigrok.git/commit
fluke-dmm: Move device-specific DM handling
authorAndreas Sandberg <redacted>
Thu, 3 Oct 2024 22:51:58 +0000 (23:51 +0100)
committerSoeren Apel <redacted>
Mon, 7 Oct 2024 20:08:25 +0000 (22:08 +0200)
commit7c9cf3a46f1c86f39e00583ecc30ae9e28656063
treeab3f74b00c03715312ae03b82fee19815bf6fea9
parent4a6d039c38f8dbef912a21d403e085131942df78
fluke-dmm: Move device-specific DM handling

With the exception of the Fluke 28x series, device-specific DM
handling is currently handled in protocol.c. Move this to separate
files for clarity.

Signed-off-by: Andreas Sandberg <redacted>
Makefile.am
src/hardware/fluke-dmm/fluke-18x.c [new file with mode: 0644]
src/hardware/fluke-dmm/fluke-190.c [new file with mode: 0644]
src/hardware/fluke-dmm/protocol.c
src/hardware/fluke-dmm/protocol.h