HX711 on stm32f103c8t6
Dependents: HX711b_not_tar_test
Fork of HX711 by
Revision 1:6f6f43c59077, committed 2018-01-29
- Comitter:
- yo2lts
- Date:
- Mon Jan 29 07:29:28 2018 +0000
- Parent:
- 0:f82840dd806a
- Commit message:
- HX711 on stm32f103c8t6
Changed in this revision
HX711.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f82840dd806a -r 6f6f43c59077 HX711.cpp --- 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) {