From 73c9c936af011c259e6a33197553591d3d613b6c Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Fri, 6 Aug 2021 14:42:50 +0800 Subject: [PATCH] cu3: add 2x Zotino --- cu3.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cu3.json b/cu3.json index f8840ee..aa91945 100644 --- a/cu3.json +++ b/cu3.json @@ -53,6 +53,14 @@ "ports": [7], "bank_direction_low": "output", "bank_direction_high": "output" + }, + { + "type": "zotino", + "ports": [8] + }, + { + "type": "zotino", + "ports": [9] } ] }