Support for Korad KA3005P

This commit is contained in:
Hannu Vuolasaho 2015-11-25 00:56:23 +02:00 committed by Uwe Hermann
parent 16fc7ee29f
commit 2c5bdf1bbd
2 changed files with 3 additions and 0 deletions

View 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}}
};

View File

@ -38,6 +38,7 @@
enum {
VELLEMAN_LABPS_3005D,
KORAD_KA3005D,
/* Support for future devices with this protocol. */
};