Toggle Navigation
Hatchery
Eggs
chameleon
__init__.py
Login
Register
__init__.py
Content
import samd def main(): samd.led(0, 1, 0, 0) # red samd.led(1, 1, 1, 0) # yellow samd.led(2, 1, 1, 1) # white samd.led(3, 0, 0, 1) # blue samd.led(4, 0, 1, 1) # turquoise samd.led(5, 1, 0, 1) # purple main()