Skip to content

Commit 0590d9b

Browse files
authored
Merge pull request #2224 from adafruit/azure_scale
Adding code for the Azure Food Scale guide
2 parents 51d5966 + 52ca68e commit 0590d9b

2 files changed

Lines changed: 452 additions & 0 deletions

File tree

Azure_Food_Scale/calibration.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)