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

Documentation for pride module.

parent 15dea3e8
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,12 @@ def get(flag="rainbow"): ...@@ -150,6 +150,12 @@ def get(flag="rainbow"):
""" """
return flags[flag] 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(): def print_all():
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment