mirror of
https://github.com/erjiang/usbscale.git
synced 2025-06-27 08:30:58 -06:00
Added Fairbanks Scales SCB-R9000
Thanks to github.com/jacksnodgrass
This commit is contained in:
parent
76270a87a5
commit
5adbb00930
6
scales.h
6
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}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user