From 784437a69bedfbb8866f2d9a7485c1c55e3c4866 Mon Sep 17 00:00:00 2001 From: Stewart Mackenzie Date: Tue, 3 Mar 2020 14:10:44 +0800 Subject: [PATCH] berkeley3: reconfigure DIO-BNCs IOs --- berkeley3.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/berkeley3.json b/berkeley3.json index 2219ec8..62d97b7 100644 --- a/berkeley3.json +++ b/berkeley3.json @@ -23,25 +23,25 @@ { "type": "dio", "ports": [5], - "bank_direction_low": "input", + "bank_direction_low": "output", "bank_direction_high": "output" }, { "type": "dio", "ports": [6], - "bank_direction_low": "input", + "bank_direction_low": "output", "bank_direction_high": "output" }, { "type": "dio", "ports": [7], - "bank_direction_low": "input", + "bank_direction_low": "output", "bank_direction_high": "output" }, { "type": "dio", "ports": [8], - "bank_direction_low": "input", + "bank_direction_low": "output", "bank_direction_high": "output" }, {