Skip to content
Snippets Groups Projects
Commit 2847d15a authored by fleur's avatar fleur
Browse files

doc for pride, styled correctly i hope

parent 7253e59d
Branches
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ def get(flag="rainbow"):
"""
return flags[flag]
def print_all():
"""
Prints the names of all available flags on the serial port.
......@@ -151,6 +152,7 @@ def print_all():
for i in flags:
print(i)
def demo(s_delay=2):
"""
Demos all available flags on LEDs and display.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment