]> sigrok.org Git - libsigrok.git/commitdiff
Korad-kaxxxxp: Add model Tenma 72-2550
authormotte <redacted>
Mon, 13 Jul 2020 13:46:06 +0000 (15:46 +0200)
committerSoeren Apel <redacted>
Mon, 13 Jul 2020 13:46:06 +0000 (15:46 +0200)
src/hardware/korad-kaxxxxp/api.c
src/hardware/korad-kaxxxxp/protocol.h

index 3c9a2718f1a8fe9b5a09b8fde31cb92144777da4..1f82f2278631b013c840fd413ab4739aa1da69c4 100644 (file)
@@ -72,6 +72,8 @@ static const struct korad_kaxxxxp_model models[] = {
                "RND 320-KA3005P V5.5", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
        {RND_320K30PV, "RND", "KA3005P",
                "RND 320-KA3005P V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
+       {TENMA_72_2550_V2, "Tenma", "72-2550",
+               "TENMA72-2550V2.0", 1, {0, 61, 0.01}, {0, 3.1, 0.001}},
        {TENMA_72_2540_V20, "Tenma", "72-2540",
                "TENMA72-2540V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
        {TENMA_72_2540_V21, "Tenma", "72-2540",
index ec71f6f45b2b2d5984a89b1cc888907f5644aff8..8f8ce5f229fc344d4a43265e8447725ef4f21a09 100644 (file)
@@ -44,6 +44,7 @@ enum {
        RND_320_KD3005P,
        RND_320_KA3005P,
        RND_320K30PV,
+       TENMA_72_2550_V2,
        TENMA_72_2540_V20,
        TENMA_72_2540_V21,
        TENMA_72_2540_V52,