]> sigrok.org Git - libsigrok.git/commitdiff
Support for Korad KA3005P
authorHannu Vuolasaho <redacted>
Tue, 24 Nov 2015 22:56:23 +0000 (00:56 +0200)
committerUwe Hermann <redacted>
Thu, 26 Nov 2015 23:54:07 +0000 (00:54 +0100)
src/hardware/korad-kaxxxxp/api.c
src/hardware/korad-kaxxxxp/protocol.h

index c195f1f84a31aa0a4577380735e676659e3e13bd..38bbefcbceea0b10357231a1b4fd497977cce9f1 100644 (file)
@@ -52,6 +52,8 @@ static const struct korad_kaxxxxp_model models[] = {
        /* Device enum, vendor, model, ID reply, channels, voltage, current */
        {VELLEMAN_LABPS_3005D, "Velleman", "LABPS3005D",
                "VELLEMANLABPS3005DV2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
+       {KORAD_KA3005D, "Korad", "KA3005P",
+               "KORADKA3005PV2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
        {0, NULL, NULL, NULL, 0, {0, 0, 0}, {0, 0, 0}}
 };
 
index 1a9dfe302dc5fd705e2a62c6b012be269f355108..5df3fce60c35ab6725a9f9aef3f8619b8feb2d5c 100644 (file)
@@ -38,6 +38,7 @@
 
 enum {
        VELLEMAN_LABPS_3005D,
+       KORAD_KA3005D,
        /* Support for future devices with this protocol. */
 };