Modifications

Sauter à la navigation Sauter à la recherche
687 octets ajoutés ,  11 juillet 2016 à 17:05
Ligne 11 : Ligne 11 :  
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
   −
# Uncomment some or all of these to enable the optional hardware interfaces
+
# Uncomment some or all of these to enable the optional hardware interfaces ->> Retirer le # au début des lignes nécessaires pour que le système les prenne en compte
 
# Params:
 
# Params:
#        i2c_arm                  Set to "on" to enable the ARM's i2c interface
+
#        i2c_arm                  Set to "on" to enable the ARM's i2c interface ->> Activer ou non le bus i2c du Raspberry Pi
 
#                                  (default "off")
 
#                                  (default "off")
#        i2c_vc                  Set to "on" to enable the i2c interface
+
#        i2c_vc                  Set to "on" to enable the i2c interface  
 
#                                  usually reserved for the VideoCore processor
 
#                                  usually reserved for the VideoCore processor
 
#                                  (default "off")
 
#                                  (default "off")
#        i2c_arm_baudrate        Set the baudrate of the ARM's i2c interface
+
#        i2c_arm_baudrate        Set the baudrate of the ARM's i2c interface ->> Vitesse de transmission (débit) du bus i2c ARM
 
#                                  (default "100000")
 
#                                  (default "100000")
#        i2c_vc_baudrate          Set the baudrate of the VideoCore i2c interface
+
#        i2c_vc_baudrate          Set the baudrate of the VideoCore i2c interface ->> Vitesse du bus i2c pour le Core Video
 
#                                  (default "100000")
 
#                                  (default "100000")
#        i2c_baudrate            An alias for i2c_arm_baudrate
+
#        i2c_baudrate            An alias for i2c_arm_baudrate ->> Un alias pour la vitesse de transmission ARM i2c
#        i2s                      Set to "on" to enable the i2s interface
+
#        i2s                      Set to "on" to enable the i2s interface ->> Paramétrer à "on" pour activer l'interface i2s
 
#                                  (default "off")
 
#                                  (default "off")
#        spi                      Set to "on" to enable the spi interfaces
+
#        spi                      Set to "on" to enable the spi interfaces ->> Paramétrer à "on" pour activer l'interface spi
 
#                                  (default "off")
 
#                                  (default "off")
#        act_led_trigger          Choose which activity the LED tracks.
+
#        act_led_trigger          Choose which activity the LED tracks. ->> Changer le feedback offert par la LED (par exemple "heartbeat" fera clignoter la LED au rythme des battements cardiaques)
 
#                                  Use "heartbeat" for a nice load indicator.
 
#                                  Use "heartbeat" for a nice load indicator.
 
#                                  (default "mmc")
 
#                                  (default "mmc")
#        act_led_activelow        Set to "on" to invert the sense of the LED
+
#        act_led_activelow        Set to "on" to invert the sense of the LED ->> En paramétrant sur "on", cela inversera le feedback de la LED
 
#                                  (default "off")
 
#                                  (default "off")
#        act_led_gpio            Set which GPIO pin to use for the activity LED
+
#        act_led_gpio            Set which GPIO pin to use for the activity LED ->> Activer la LED d'activité du port GPIO ("16" pour un Pi non plus, "47" pour les Plus, Pi2 et Pi3)
 
#                                  (in case you want to connect it to an external
 
#                                  (in case you want to connect it to an external
 
#                                  device)
 
#                                  device)
Ligne 139 : Ligne 139 :     
</syntaxhighlight>
 
</syntaxhighlight>
  −
      
= Premier lancement =
 
= Premier lancement =
704

modifications

Menu de navigation