mirror of
https://github.com/erjiang/usbscale.git
synced 2025-06-28 00:50:59 -06:00
Add user-contributed SANFORD Dymo 10 lb scale
This commit is contained in:
parent
5adbb00930
commit
2a08b1a73a
4
scales.h
4
scales.h
@ -12,7 +12,7 @@
|
|||||||
//
|
//
|
||||||
// **NSCALES** should be kept updated with the length of the list.
|
// **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)
|
// 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},
|
{0x2474, 0x0550},
|
||||||
// Mettler Toledo
|
// Mettler Toledo
|
||||||
{0x0eb8, 0xf000},
|
{0x0eb8, 0xf000},
|
||||||
|
// SANFORD Dymo 10 lb USB Postal Scale
|
||||||
|
{0x6096, 0x0158},
|
||||||
// Fairbanks Scales SCB-R9000
|
// Fairbanks Scales SCB-R9000
|
||||||
{0x0b67, 0x555e}
|
{0x0b67, 0x555e}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user