Update README.md

This commit is contained in:
Zitao 2024-09-02 13:05:15 +02:00 committed by GitHub
parent 1440a897b9
commit 7f15029da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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
```