corrections and cleaning up

This commit is contained in:
RogueM 2015-11-06 17:42:12 +00:00
parent 58930b8bb8
commit c6e4f0e2ba

View File

@ -1,33 +1,33 @@
<!-- <!--
--- ---
name: "IQaudIO Pi-DAC+" name: "Pi-DAC+"
description: Program Arduino with Raspberry Pi SPI manufacturer: IQaudIO
buy: http://www.iqaudio.co.uk
description: An I2S digital to analog audio converter HAT for the Pi
install:
'devices':
- 'i2c'
pincount: 40
pin: pin:
1:
2:
3: 3:
4: mode: i2c
5: 5:
6: mode: i2c
9:
12: 12:
name: I2S name: I2S
14: 15:
name: (optional) Mute/Unmute Pi-AMP+
16: 16:
name: Rotary Encoder name: (optional) Rotary Encoder
18: 18:
name: Rotary Encoder name: (optional) Rotary Encoder
20:
22: 22:
name: Mute/Unmute name: (optional) IR Sensor
25:
name: IR Sensor
27:
28:
35: 35:
name: I2S name: I2S
38: 38:
name: I2S name: I2S
39:
40: 40:
name: I2S name: I2S
--> -->
@ -35,11 +35,13 @@ pin:
The Pi-DAC+ takes the digital audio signals (I2S) from the Raspberry Pi and through the The Pi-DAC+ takes the digital audio signals (I2S) from the Raspberry Pi and through the
onboard Texas Instruments PCM5122 DAC delivers variable output (hardware volume onboard Texas Instruments PCM5122 DAC delivers variable output (hardware volume
control) analog audio to the Pi-DAC+s Phono connectors. The PI-DAC+ also, via the control) analog audio to the Pi-DAC+ Phono connectors. The PI-DAC+ also, via the
Texas Instruments TPA6133A headphone amp, supports the direct use of headphones via Texas Instruments TPA6133A headphone amp, supports the direct use of headphones via
the Pi-DAC+s 3.5mm audio jack. the Pi-DAC+ 3.5mm audio jack.
The Pi Dac uses GPIO22 to mute/unmute the Pi-AMP+. The Pi Dac uses GPIO22 to mute/unmute the Pi-AMP+.
You can use GPIO25 to connect an IR sensor and GPIO23/24 for a rotary encoder. Both of You can use GPIO25 to connect an IR sensor and GPIO23/24 for a rotary encoder. Both of
these parts are optional, but are broken out on the Pi-DAC+ for convinient access. these parts are optional, but are broken out on the Pi-DAC+ for convenient access.
Note: pins marked as optional can be used for general purpose if those add-ons are not enabled by software.