From 52141a3fef08ee88227c48395bc8e32b5140c938 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 26 Feb 2021 11:41:59 +0800 Subject: [PATCH] ucsb: add edge counter, make TTLs bidirectional --- ucsb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ucsb.json b/ucsb.json index ef019de..ab6604b 100644 --- a/ucsb.json +++ b/ucsb.json @@ -10,7 +10,8 @@ "type": "dio", "ports": [0], "bank_direction_low": "input", - "bank_direction_high": "output" + "bank_direction_high": "input", + "edge_counter": true }, { "type": "urukul",