There was an error while loading. Please reload this page.
1 parent 9043307 commit 2e38db7Copy full SHA for 2e38db7
examples/tmp006_simpletest.py
@@ -6,6 +6,7 @@
6
import busio
7
import adafruit_tmp006
8
9
+
10
# Define a function to convert celsius to fahrenheit.
11
def c_to_f(c):
12
return c * 9.0 / 5.0 + 32.0
0 commit comments