Add usage example

This commit is contained in:
2026-07-06 16:01:48 +02:00
parent 6f22a9530c
commit fce54ca91f
+2
View File
@@ -64,4 +64,6 @@ def parse_can_log(input_path: str | Path, out_bus1: str | Path, out_bus2: str |
if __name__ == '__main__':
# Example usage:
# parse_can_log('can_traffic.txt', 'bus1_output.csv', 'bus2_output.csv')
# or on CLI:
# python3 can_parser.py your_log.txt bus1_output.csv bus2_output.csv
pass