v1.9.0 #53
@ -12,7 +12,7 @@ from spacepackets.ecss.tc import PusTelecommand
|
|||||||
|
|
||||||
class CommandIds:
|
class CommandIds:
|
||||||
# prints the clcw to the console. Useful for debugging
|
# 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 monitor register
|
||||||
PRINT_PDEC_MON = bytearray([0x0, 0x0, 0x0, 0x1])
|
PRINT_PDEC_MON = bytearray([0x0, 0x0, 0x0, 0x1])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user