PCDU CMD updates etc. #33

Merged
meierj merged 13 commits from mueller/pcdu-cmd-updates into develop 2022-01-28 07:43:41 +01:00
Showing only changes of commit d4d00e8fa1 - Show all commits

View File

@ -12,7 +12,7 @@ from spacepackets.ecss.tc import PusTelecommand
class CommandIds:
# prints the clcw to the console. Useful for debugging
PRINT_CLCW = byteCrray([0x0, 0x0, 0x0, 0x0])
PRINT_CLCW = bytearray([0x0, 0x0, 0x0, 0x0])
# Print PDEC monitor register
PRINT_PDEC_MON = bytearray([0x0, 0x0, 0x0, 0x1])