Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 16 : Ligne 16 :  
The easiest way to get the code onto your Pi is to hook up an Ethernet cable, and clone it directly using 'git', which is installed by default on most distros.  Simply run the following commands from an appropriate location (ex. "/home/pi"):  
 
The easiest way to get the code onto your Pi is to hook up an Ethernet cable, and clone it directly using 'git', which is installed by default on most distros.  Simply run the following commands from an appropriate location (ex. "/home/pi"):  
   −
  <nowiki>   sudo apt-get install git
+
  <nowiki>sudo apt-get install git
    git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
+
git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
    cd Adafruit-Raspberry-Pi-Python-Code
+
cd Adafruit-Raspberry-Pi-Python-Code
    cd Adafruit_LEDBackpack</nowiki>
+
cd Adafruit_LEDBackpack</nowiki>
    
== Tester la librairie ==
 
== Tester la librairie ==
29 837

modifications

Menu de navigation