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 8600cba commit 6dc2928Copy full SHA for 6dc2928
PyPortal_EZ_Make_Oven/codecalibrate.py
@@ -4,7 +4,7 @@
4
import digitalio
5
from adafruit_mcp9600 import MCP9600
6
7
-SENSOR_ADDR = 0X60
+SENSOR_ADDR = 0X67
8
9
i2c = busio.I2C(board.SCL, board.SDA,frequency=200000)
10
sensor = MCP9600(i2c,SENSOR_ADDR,"K")
@@ -17,8 +17,8 @@ def oven_control(enable=False):
17
oven.value = enable
18
19
check_temp = 100
20
-print("This program will determine calibration settings for your oven ")
21
-print("to use with the EZ Make Oven Controller.\n\n")
+print("This program will determine calibration settings ")
+print("for your oven to use with the EZ Make Oven.\n\n")
22
print("Calibration will start in 10 seconds...")
23
time.sleep(10)
24
print("Starting...")
0 commit comments