new i2c address and spec for ADC on current rev of enviro pHAT

This commit is contained in:
RogueM 2016-09-23 18:45:59 +01:00
parent bd369e1e7f
commit d901c46b45
1 changed files with 13 additions and 12 deletions

View File

@ -30,20 +30,20 @@ pin:
mode: i2c mode: i2c
'7': '7':
mode: output mode: output
name: Lights name: LEDs
i2c: i2c:
'0x29':
name: Light/Colour Sensor
device: TCS3472
'0x1d': '0x1d':
name: Motion Sensor name: Motion Sensor
device: LSM303D device: LSM303D
'0x29':
name: Light/Colour Sensor
device: TCS3472
'0x49':
name: 4-Channel Analog Input
device: ADS1015
'0x77': '0x77':
name: Temp/Pressure Sensor name: Temp/Pressure Sensor
device: BMP280 device: BMP280
'0x48':
name: 4-Channel Analog Input
device: ADS1015
--> -->
#Enviro pHAT #Enviro pHAT
@ -51,11 +51,12 @@ Coupled with a Pi Zero, Enviro pHAT is an affordable mix of sensors, ideal for m
Features: Features:
BMP280 temperature/pressure sensor (0x77 on the i2c bus) * BMP280 temperature/pressure sensor (0x77 on the i2c bus)
TCS3472 light and RGB colour sensor (0x29 on the i2c bus) * TCS3472 light and RGB colour sensor (0x29 on the i2c bus)
(with two LEDs for illumination) (with two GPIO controlled LEDs for illumination)
LSM303D accelerometer/magnetometer sensor (0x1d on the i2c bus) * LSM303D accelerometer/magnetometer sensor (0x1d on the i2c bus)
ADS1015 4-channel 3.3v 12-bit ADC (0x48 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: To get the pHAT set up and ready to go you can use the one-line product installer: