Add max count & allow sleigh room to open
This commit is contained in:
@@ -8,4 +8,5 @@ class GrinchRamData(NamedTuple):
|
||||
# Hex uses 0x00, unsigned are base whole numbers
|
||||
binary_bit_pos: Optional[int] = None
|
||||
bit_size: int = 1
|
||||
update_existing_value: bool = False
|
||||
update_existing_value: bool = False
|
||||
max_count: int = 0
|
||||
Reference in New Issue
Block a user