Support for Korad KA3005P
This commit is contained in:
parent
16fc7ee29f
commit
2c5bdf1bbd
|
@ -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}}
|
||||
};
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
enum {
|
||||
VELLEMAN_LABPS_3005D,
|
||||
KORAD_KA3005D,
|
||||
/* Support for future devices with this protocol. */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue