korad-kaxxxxp: Korad OEM: RND KA3005P

This commit is contained in:
Axel Hinrichs 2018-03-09 22:23:35 +01:00 committed by Uwe Hermann
parent 823b0e29ae
commit e843992dda
2 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,8 @@ static const struct korad_kaxxxxp_model models[] = {
"KORADKA3005PV2.0\x01", 1, {0, 31, 0.01}, {0, 5, 0.001}},
{KORAD_KD3005P, "Korad", "KD3005P",
"KORAD KD3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
{RND_320K30PV, "RND", "KA3005P",
"RND 320-KA3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
ALL_ZERO
};

View File

@ -37,6 +37,7 @@ enum {
KORAD_KA3005P,
KORAD_KA3005P_0X01,
KORAD_KD3005P,
RND_320K30PV,
/* Support for future devices with this protocol. */
};