Feature: 3V3 stack power switching #182

Merged
muellerr merged 4 commits from feature_3v3_stack_switching into main 2023-04-04 11:17:38 +02:00
Showing only changes of commit fb7b273485 - Show all commits

View File

@ -578,4 +578,4 @@ def handle_pcdu_hk(printer: FsfwTmTcPrinter, set_id: int, hk_data: bytes):
pw.dlog(f"{name.ljust(25)}: {val}")
pw.dlog(f"{'P60 Dock 5V Stack'.ljust(25)}: {p60_stack_5v_val}")
pw.dlog(f"{'P60 Dock 3V3 Stack'.ljust(25)}: {p60_stack_3v3_val}")
pw.printer.print_validity_buffer(hk_data[current_idx:], 3)
pw.printer.print_validity_buffer(hk_data[current_idx:], 4)