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.
1 parent 51d5966 commit 52ca68eCopy full SHA for 52ca68e
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