diff --git a/HX711.h b/HX711.h index 7eaf696..d2b31a5 100644 --- a/HX711.h +++ b/HX711.h @@ -9,7 +9,8 @@ // // NOTES // Superset of interface of HX711 class of Bogde -// float instead of long as float has 23 bits mantissa. +// uses float instead of long as float has 23 bits mantissa +// which almost perfectly matches the 24 bit ADC. #include "Arduino.h"