MakerWorld
Electronics
COVID-19 Tracker
by DevopsPalmer
0
Downloads
1
Likes
0
Makes
SummaryCOVID-19 Tracker for At-a-glance : https://youtu.be/viHVAZqpwsIC - CasesR - RecoveredD - DeathsHoles are intended for standard 5mm LEDs, and should fit snug with proper tolerance. If not, a quick blast with a lighter on the standoffs should allow the LED to fit in.Rough example of code that runs the flashingLEDs:import requestsimport jsonimport RPi.GPIO as GPIOfrom time import sleepimport threadingCURRENT_DATA = dict()ACTIVE_PINS = {"cases": 22, "recovered": 18, "death
Sign in to leave a comment
Sign in