add basic rw commanding framework

This commit is contained in:
2022-04-28 18:59:15 +02:00
parent 443deb8556
commit 981f4f0c3e
2 changed files with 13 additions and 0 deletions

5
pus_tc/devs/rws.py Normal file
View File

@ -0,0 +1,5 @@
from config.object_ids import RW1_ID, RW2_ID, RW3_ID, RW4_ID
def pack_rw_cmds(op_code: str):
pass