slitaz-forge rev 529

arm/rpi: add breakout boards info
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 25 00:31:57 2014 +0200 (2014-04-25)
parents 11e118c11384
children 24baa7b96b46
files arm/rpi/index.html scn/style.css
line diff
     1.1 --- a/arm/rpi/index.html	Fri Apr 25 00:11:39 2014 +0200
     1.2 +++ b/arm/rpi/index.html	Fri Apr 25 00:31:57 2014 +0200
     1.3 @@ -49,7 +49,7 @@
     1.4  </p>
     1.5  
     1.6  <div class="box-rpi">
     1.7 -	20140412: LEDs and GPIO support in the CGI web interface!
     1.8 +	20140425: Full PiGlow support: PyGlow + Wiring Pi + cutom SliTaz utility
     1.9  </div>
    1.10  
    1.11  <div style="text-align: center;">
    1.12 @@ -149,6 +149,19 @@
    1.13  # spk-add mpd
    1.14  </pre>
    1.15  
    1.16 +<h2>Breakout boards</h2>
    1.17 +<p>
    1.18 +	A realy nice thing with the Raspberry Pi is all the cheap expansion
    1.19 +	boards you can get to add new functions such has controling leds,
    1.20 +	motors, temperature sensor, etc. Here is a list of breakout boards 
    1.21 +	officialy tested and suported by SliTaz Raspberry Pi:
    1.22 +</p>
    1.23 +
    1.24 +<ul>
    1.25 +	<li>Pi Camera - Pi NoIR</li>
    1.26 +	<li>PiGlow from Pimorini</li>
    1.27 +</ul>
    1.28 +
    1.29  <h2>Sat-rpi builder</h2>
    1.30  
    1.31  <p>
     2.1 --- a/scn/style.css	Fri Apr 25 00:11:39 2014 +0200
     2.2 +++ b/scn/style.css	Fri Apr 25 00:31:57 2014 +0200
     2.3 @@ -83,7 +83,7 @@
     2.4  #login p { display: inline; }
     2.5  
     2.6  #user {
     2.7 -	background-color: #333;
     2.8 +	background-color: #222;
     2.9  	padding: 4px;
    2.10  	width: 84px;
    2.11  	float: right;