]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/korad-kaxxxxp/api.c
Support for Korad KA3005P
[libsigrok.git] / src / hardware / korad-kaxxxxp / api.c
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}}
 };