#Display's the current temperature from sense_hat import SenseHat sense=SenseHat() while True: temp=sense.get_temperature() sense.show_message(str(int(temp)))
-
Notifications
You must be signed in to change notification settings - Fork 0
MAXIBOB/Temperature
About
Display's the current temperature
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published