Added credits, tweaked dac+

This commit is contained in:
Phil Howard 2015-11-07 20:34:10 +00:00
parent 0cf8c1cc32
commit 79b3b2800e
3 changed files with 10 additions and 5 deletions

View File

@ -10,5 +10,5 @@ all:
clean: clean:
rm -r output/$(LANG)/* rm -r output/$(LANG)/*
serve: serve: all
./serve.py $(LANG) ./serve.py $(LANG)

View File

@ -16,14 +16,18 @@ pin:
12: 12:
name: I2S name: I2S
15: 15:
name: (optional) Mute/Unmute Pi-AMP+ name: Mute/Unmute
description: Pi-AMP+ only (optional)
16: 16:
name: (optional) Rotary Encoder name: Rotary Encoder
description: (optional)
18: 18:
name: (optional) Rotary Encoder name: Rotary Encoder
description: (optional)
20: 20:
22: 22:
name: (optional) IR Sensor name: IR Sensor
description: (optional)
35: 35:
name: I2S name: I2S
38: 38:

View File

@ -49,6 +49,7 @@
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<p>Thanks to <a href="https://twitter.com/roguehal13">@RogueHAL13</a>, <a href="https://twitter.com/ardadev">@ardadev</a></p>
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p> <p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
</div> </div>
</div> </div>