From 7f15029da812ef912e04b51f874b3ec7d368bb65 Mon Sep 17 00:00:00 2001 From: Zitao <145678024+ZitaoTech@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:05:15 +0200 Subject: [PATCH] Update README.md --- I2C-Port/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/I2C-Port/README.md b/I2C-Port/README.md index a84b1dd..d85743a 100644 --- a/I2C-Port/README.md +++ b/I2C-Port/README.md @@ -15,3 +15,8 @@ sudo i2cdetect -y 1 to check if the sensor is available. ![image](https://github.com/user-attachments/assets/f8abfa25-cc58-4e8e-89c7-4e42de650e48) + +If you want to undo this, you can simply delete the i2c-1 symlink file by typing in the terminal: +``` sh +sudo rm /dev/i2c-1 +```