Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HX711b_not_tar_test
Fork of HX711 by
Diff: HX711.cpp
- Revision:
- 1:6f6f43c59077
- Parent:
- 0:f82840dd806a
--- a/HX711.cpp Fri Jun 12 16:05:39 2015 +0000
+++ b/HX711.cpp Mon Jan 29 07:29:28 2018 +0000
@@ -26,7 +26,7 @@
#include "HX711.h"
#include "mbed.h"
-#define SCALE_VALUE 259.79 //multiple propre à chaque hardware
+#define SCALE_VALUE 100 //multiple propre à chaque hardware
HX711::HX711(PinName pinData, PinName pinSck, uint8_t gain)
{
