Skip to content
Snippets Groups Projects
Commit 0a288a03 authored by fleur's avatar fleur
Browse files

Documentation for pride module.

parent dbd1c197
Branches
No related tags found
No related merge requests found
......@@ -150,6 +150,12 @@ 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():
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment