From 5adbb009305a0517f8927e9836670e7115f649a3 Mon Sep 17 00:00:00 2001 From: Eric Jiang Date: Tue, 28 Jan 2014 19:28:42 -0500 Subject: [PATCH] Added Fairbanks Scales SCB-R9000 Thanks to github.com/jacksnodgrass --- scales.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scales.h b/scales.h index 9106922..99a6d18 100644 --- a/scales.h +++ b/scales.h @@ -12,7 +12,7 @@ // // **NSCALES** should be kept updated with the length of the list. // -#define NSCALES 4 +#define NSCALES 5 // // What is the number of the weighing result to show, as the first result may be incorrect (from the previous weighing) @@ -31,5 +31,7 @@ uint16_t scales[NSCALES][2] = {\ // Stamps.com Stainless Steel 5 lb. Digital Scale {0x2474, 0x0550}, // Mettler Toledo - {0x0eb8, 0xf000} + {0x0eb8, 0xf000}, + // Fairbanks Scales SCB-R9000 + {0x0b67, 0x555e} };