From e8828fa229ae0747c1ead0c8a9b4def95450976e Mon Sep 17 00:00:00 2001 From: Zitao <145678024+ZitaoTech@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:13:39 +0200 Subject: [PATCH] Update README.md --- I2C-Port/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/I2C-Port/README.md b/I2C-Port/README.md index 9fe2fc4..dc49ce3 100644 --- a/I2C-Port/README.md +++ b/I2C-Port/README.md @@ -21,3 +21,6 @@ If you want to undo this, you can simply delete the i2c-1 symlink file by typing ``` sh sudo rm /dev/i2c-1 ``` + +One example about using this I2C port: +[hack-environment-monitor](https://github.com/chriswilson2020/hack-environment-monitor/tree/main)