From c6b8106c2d646a37a4953808efd9065777bb5327 Mon Sep 17 00:00:00 2001 From: mapleafgo Date: Thu, 19 Dec 2024 16:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=91=E8=8E=93=E6=B4=BE=E5=8F=8C=E5=8F=91?= =?UTF-8?q?=E5=8D=A1=E6=9C=BA=20gpio=20=E9=92=88=E8=84=9A=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.yml b/config.yml index bc4ffda..469ab3c 100755 --- a/config.yml +++ b/config.yml @@ -29,4 +29,12 @@ game: push: 13 reset: 19 pull: 26 + - name: gpiochip0 + outOK: 7 + lower: 8 + error: 25 + empty: 24 + push: 10 + reset: 9 + pull: 11 readAddr: /dev/ttyUSB0 # 点位 4 的读卡器配置 \ No newline at end of file