Skip to content
Snippets Groups Projects
Commit 71fabc43 authored by fleur's avatar fleur
Browse files

doc for pride, styled correctly i hope

parent fd03f631
Branches
No related tags found
No related merge requests found
......@@ -150,12 +150,6 @@ def get(flag="rainbow"):
"""
return flags[flag]
def print_all():
"""
Prints the names of all available flags on the serial port.
"""
for i in flags:
print(i)
def print_all():
"""
......@@ -164,7 +158,6 @@ 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