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 e21e8ef commit 7d8ea3eCopy full SHA for 7d8ea3e
PyPortal_EZ_Make_Oven/code.py
@@ -108,7 +108,7 @@ def __init__(self, pin):
108
with open("/profiles/" + self.config["profile"] + ".json", mode="r") as fpr:
109
self.sprofile = json.load(fpr)
110
fpr.close()
111
- i2c = busio.I2C(board.SCL, board.SDA, frequency=100000)
+ i2c = busio.I2C(board.SCL, board. SDA, frequency=200000)
112
try:
113
self.sensor = MCP9600(i2c, self.config["sensor_address"], "K")
114
self.ontemp = self.sensor.temperature
0 commit comments