diff --git a/src/en/overlay/enviro-phat.md b/src/en/overlay/enviro-phat.md index 25912c0..b77ff0c 100644 --- a/src/en/overlay/enviro-phat.md +++ b/src/en/overlay/enviro-phat.md @@ -30,20 +30,20 @@ pin: mode: i2c '7': mode: output - name: Lights + name: LEDs i2c: - '0x29': - name: Light/Colour Sensor - device: TCS3472 '0x1d': name: Motion Sensor device: LSM303D + '0x29': + name: Light/Colour Sensor + device: TCS3472 + '0x49': + name: 4-Channel Analog Input + device: ADS1015 '0x77': name: Temp/Pressure Sensor device: BMP280 - '0x48': - name: 4-Channel Analog Input - device: ADS1015 --> #Enviro pHAT @@ -51,11 +51,12 @@ Coupled with a Pi Zero, Enviro pHAT is an affordable mix of sensors, ideal for m Features: -BMP280 temperature/pressure sensor (0x77 on the i2c bus) -TCS3472 light and RGB colour sensor (0x29 on the i2c bus) -(with two LEDs for illumination) -LSM303D accelerometer/magnetometer sensor (0x1d on the i2c bus) -ADS1015 4-channel 3.3v 12-bit ADC (0x48 on the i2c bus) +* BMP280 temperature/pressure sensor (0x77 on the i2c bus) +* TCS3472 light and RGB colour sensor (0x29 on the i2c bus) +(with two GPIO controlled LEDs for illumination) +* LSM303D accelerometer/magnetometer sensor (0x1d on the i2c bus) +* ADS1015 4-channel 5v tolerant 12-bit ADC (0x49 on the i2c bus) +(3.3v 12-bit ADC at address 0x48 in first production run of the board) To get the pHAT set up and ready to go you can use the one-line product installer: