We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51d5966 + 52ca68e commit 0590d9bCopy full SHA for 0590d9b
Azure_Food_Scale/calibration.py
@@ -0,0 +1,7 @@
1
+# SPDX-FileCopyrightText: 2022 Liz Clark for Adafruit Industries
2
+# SPDX-License-Identifier: MIT
3
+
4
+calibration = {
5
+ 'offset_val' : 29.06,
6
+ 'weight' : 30 # in grams
7
+ }
0 commit comments