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.
This commit is contained in:
Garage Tech 2017-05-03 10:19:39 +01:00 committed by GitHub
parent 8a23caffc6
commit 0a51a17dd0
1 changed files with 2 additions and 4 deletions

View File

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