]> sigrok.org Git - libsigrok.git/commitdiff
korad-kaxxxxp: Add Korad KD6005P
authorElen Eisendle <redacted>
Sat, 20 Jul 2019 21:26:23 +0000 (23:26 +0200)
committerUwe Hermann <redacted>
Wed, 31 Jul 2019 21:15:11 +0000 (23:15 +0200)
src/hardware/korad-kaxxxxp/api.c
src/hardware/korad-kaxxxxp/protocol.h

index a0a75c13e942434dae89c4f684808b088728de5f..d2c6cdcfa52b3fa1182ad07e683ac8ed237910b3 100644 (file)
@@ -72,6 +72,8 @@ static const struct korad_kaxxxxp_model models[] = {
                "TENMA 72-2535 V2.1", 1, {0, 31, 0.01}, {0, 3, 0.001}},
        {STAMOS_SLS31_V20, "Stamos Soldering", "S-LS-31",
                "S-LS-31 V2.0", 1, {0, 31, 0.01}, {0, 5.1, 0.001}},
+       {KORAD_KD6005P, "Korad", "KD6005P",
+               "KORAD KD6005P V2.2", 1, {0, 61, 0.01}, {0, 5, 0.001}},
        ALL_ZERO
 };
 
index 7650f3994174b1b6daf8ce17956a3ace4c98feff..6b4c3c2207cf7787c2996a6f41c5382fc77bfcf0 100644 (file)
@@ -44,6 +44,7 @@ enum {
        TENMA_72_2540_V21,
        TENMA_72_2535_V21,
        STAMOS_SLS31_V20,
+       KORAD_KD6005P,
        /* Support for future devices with this protocol. */
 };