]> sigrok.org Git - libsigrok.git/commitdiff
korad-kaxxxxp: support for Stamos S-LS-31 power supply
authorThomas Andres <redacted>
Sun, 17 Mar 2019 16:06:28 +0000 (17:06 +0100)
committerThomas Andres <redacted>
Sun, 17 Mar 2019 16:06:28 +0000 (17:06 +0100)
src/hardware/korad-kaxxxxp/api.c
src/hardware/korad-kaxxxxp/protocol.h

index eac10b8052aa20c47de7c62e933ec980be23c41a..5e4fcef99cd051f647b31edaf2fe388abf723f89 100644 (file)
@@ -65,6 +65,8 @@ static const struct korad_kaxxxxp_model models[] = {
                "TENMA72-2540V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
        {TENMA_72_2540_V21, "Tenma", "72-2540",
                "TENMA 72-2540 V2.1", 1, {0, 31, 0.01}, {0, 5, 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}},
        ALL_ZERO
 };
 
index 34c6465a62c17db91be8167a12fdc962a9ea7f9f..362c73f2773039970d5ae630d53956306854d8aa 100644 (file)
@@ -41,6 +41,7 @@ enum {
        RND_320K30PV,
        TENMA_72_2540_V20,
        TENMA_72_2540_V21,
+       STAMOS_SLS31_V20,
        /* Support for future devices with this protocol. */
 };