From 2a08b1a73a407bbc5159f0d93f80a457b9b84d7a Mon Sep 17 00:00:00 2001 From: Eric Jiang Date: Wed, 16 Jul 2014 14:41:15 -0400 Subject: [PATCH] Add user-contributed SANFORD Dymo 10 lb scale --- scales.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scales.h b/scales.h index 99a6d18..fb4dc95 100644 --- a/scales.h +++ b/scales.h @@ -12,7 +12,7 @@ // // **NSCALES** should be kept updated with the length of the list. // -#define NSCALES 5 +#define NSCALES 6 // // What is the number of the weighing result to show, as the first result may be incorrect (from the previous weighing) @@ -32,6 +32,8 @@ uint16_t scales[NSCALES][2] = {\ {0x2474, 0x0550}, // Mettler Toledo {0x0eb8, 0xf000}, + // SANFORD Dymo 10 lb USB Postal Scale + {0x6096, 0x0158}, // Fairbanks Scales SCB-R9000 {0x0b67, 0x555e} };