Beispiel #1
0
def get_temperature_demo():
    tempc = Temperature(sense)      # theoretically this should return the temperature in celsius from the sensehat
    print(tempc.temperature_c())    # it is untested however.
Beispiel #2
0
def get_temperature_demo():
    tempc = Temperature(
        sense
    )  # theoretically this should return the temperature in celsius from the sensehat
    print(tempc.temperature_c())  # it is untested however.