diff --git a/pycardium/modules/py/pride.py b/pycardium/modules/py/pride.py
index 3bfb29b601a41c77a921463908a0b1d5b509e105..77f11ca94e6f5c1d31e4e26ae212aa210043b625 100644
--- a/pycardium/modules/py/pride.py
+++ b/pycardium/modules/py/pride.py
@@ -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():
     """