Toggle Navigation
Hatchery
Eggs
LED name
__init__.py
Users
Badges
Login
Register
MCH2022 badge?
go to mch2022.badge.team
__init__.py
raw
Content
import ubinascii, hashlib def banner(name): hash = ubinascii.hexlify(hashlib.sha1('test').digest()) leds = hash[:-4] ## TODO