From 0a51a17dd0a24a25806dcc88b46d25ab73472ee5 Mon Sep 17 00:00:00 2001 From: Garage Tech Date: Wed, 3 May 2017 10:19:39 +0100 Subject: [PATCH] Amended I2C for LM75BD and install URL Changed the I2C address for the LM75BM to 0x48. Changed the install URL and removed recommendations to enable I2C and SPI as it is now done automatically. --- src/en/overlay/papirus-hat.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/en/overlay/papirus-hat.md b/src/en/overlay/papirus-hat.md index 5f2365a..646d8fd 100644 --- a/src/en/overlay/papirus-hat.md +++ b/src/en/overlay/papirus-hat.md @@ -72,7 +72,7 @@ pin: mode: input active: low i2c: - '0x4B': + '0x48': name: Temperature Sensor device: LM75BD '0x6F': @@ -98,7 +98,5 @@ Unlike conventional displays, ePaper reflects light, and is capable of holding t To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sSL https://goo.gl/i1Imel | sudo bash +curl -sSL https://pisupp.ly/papiruscode | sudo bash ``` - -Before using PaPiRus, do not forget to enable the SPI and I2C interfaces!