update docs

This commit is contained in:
Cedar Grove Maker Studios 2022-07-26 21:59:20 -07:00
parent 52d3fc6d41
commit 5784e95686
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ SAMPLE_AVG = 100 # Number of sample values to average
CHAN_1_LABEL = "SHOT" # 6 characters maximum CHAN_1_LABEL = "SHOT" # 6 characters maximum
CHAN_2_LABEL = "BEANS" # 6 characters maximum CHAN_2_LABEL = "BEANS" # 6 characters maximum
# Load cell dime-weight calibration ratio; 2.268 oz / ADC_raw_measurement # Load cell dime-weight calibration ratio; 2.268 grams / ADC_raw_measurement
# Obtained emperically; individual load cell dependent # Obtained emperically; individual load cell dependent
CALIB_RATIO_1 = ( CALIB_RATIO_1 = (
100 / 215300 100 / 215300

View file

@ -33,7 +33,7 @@ composed of the reference weight in grams divided by the raw reading. For
example, a raw reading of 215300 for a 100 gram weight results in a calibration example, a raw reading of 215300 for a 100 gram weight results in a calibration
ratio of 100 / 215300. Use the clue_scale_single_calibrate method to obtain the ratio of 100 / 215300. Use the clue_scale_single_calibrate method to obtain the
raw value. raw value.
FYI: A US dime coin weighs 2.268 ounces or 64.3 grams.""" For referency, a US dime (10-cent) coin weighs 2.268 grams."""
CALIB_RATIO_1 = 100 / 215300 # load cell serial#4540-02 CALIB_RATIO_1 = 100 / 215300 # load cell serial#4540-02
# Instantiate 24-bit load sensor ADC # Instantiate 24-bit load sensor ADC