Remove GPIO reset signal

This commit is contained in:
Miodrag Milanovic 2025-03-10 11:16:15 +01:00
parent d814a80c66
commit 6bcef60680
1 changed files with 2 additions and 1 deletions

View File

@ -263,7 +263,8 @@ PRIMITIVES_PINS = {
Pin("OUT3" , PinType.INPUT, "GPIO_WIRE"),
Pin("OUT4" , PinType.INPUT, "GPIO_WIRE"),
Pin("DDR" , PinType.INPUT, "GPIO_WIRE"),
Pin("RESET" , PinType.INPUT, "GPIO_WIRE"),
# Reset is global but no control over it
#Pin("RESET" , PinType.INPUT, "GPIO_WIRE"),
Pin("CLOCK1", PinType.INPUT, "GPIO_WIRE"),
Pin("CLOCK2", PinType.INPUT, "GPIO_WIRE"),
Pin("CLOCK3", PinType.INPUT, "GPIO_WIRE"),