From 36e2075c06b3d154125593edc612a918d4fc4e8e Mon Sep 17 00:00:00 2001 From: yunxiang Date: Wed, 2 Apr 2025 07:54:09 +0000 Subject: [PATCH] update class1/README.md. Signed-off-by: yunxiang --- class1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class1/README.md b/class1/README.md index da5e67e..cea54d2 100644 --- a/class1/README.md +++ b/class1/README.md @@ -318,7 +318,7 @@ sudo apt install terminator tree vim build-essential -y ![raspberry-pi pins](images/lab1.jpg) 2. **安装GPIO库**: - - 在终端中输入以下命令安装RPi.GPIO库: + - 在Putty终端中输入以下命令安装RPi.GPIO库: ```bash sudo apt install python3-rpi.gpio 或 pip install gpiozero rpi-gpio lgpio -- Gitee