Fixing all misspellings of calibration. Also tweaks to code after running long-term with larger weight.
7 lines
175 B
Python
7 lines
175 B
Python
# SPDX-FileCopyrightText: 2022 Liz Clark for Adafruit Industries
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
calibration = {
|
|
'offset_val' : 29.06,
|
|
'weight' : 30 # in grams
|
|
}
|