Adafruit_Learning_System_Gu.../Azure_Food_Scale/calibration.py
BlitzCityDIY 52ca68ea2c Adding code for the Azure Food Scale guide
Adding code for the Azure Food Scale project
2022-07-18 09:34:14 -04:00

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
}