Modifications

Sauter à la navigation Sauter à la recherche
114 octets ajoutés ,  19 mars 2017 à 17:30
aucun résumé de modification
Ligne 54 : Ligne 54 :  
{{traduction}}
 
{{traduction}}
   −
Note that there are other libraries you might consider using for I2C communication with the FT232H. You can use [https://code.google.com/p/libmpsse/ libmpsse] to speak the I2C protocol from C or Python code. See [https://learn.adafruit.com/automatic-monitor-color-temperature-adjustment/overview this guide on using a color sensor] for more information and code to use libmpsse and an I2C device.
+
Il existe qu'il y a d'autres bibliothèques que vous pourriez utiliser pour communiquer en I2C via le FT232H. Vous pouvez utiliser [https://code.google.com/p/libmpsse/ libmpsse] pour utiliser le protocole I2C depuis du code C ou Python. Voyez [https://learn.adafruit.com/automatic-monitor-color-temperature-adjustment/overview ce guide qui utilise un senseur de couleur] pour plus d'informations sur l'utilisation de libmpsse et de périphérique I2C.
   −
Another alternative is the libMPSSE-I2C library that uses the FTDI D2XX drivers. [http://www.ftdichip.com/Support/Documents/AppNotes/AN_177_User_Guide_For_LibMPSSE-I2C.pdf See this application note for more details on using libMPSSE-I2C].
+
Une autre alternative est l'utilisation de la bibliothèque libMPSSE-I2C utilisant les pilotes FTDI D2XX. [http://www.ftdichip.com/Support/Documents/AppNotes/AN_177_User_Guide_For_LibMPSSE-I2C.pdf Voyez cette note applicative pour plus de détails sur l'utilisation de libMPSSE-I2C].
    
== Enumeration des périphériques I2C ==
 
== Enumeration des périphériques I2C ==
 +
{{traduction}}
 +
 
You can run the following script to enumerate all possible I2C devices, kind of like the i2cdetect command on Linux.  The script works by enumerating each possible I2C address (ignoring a few reserved ones) and checking if any device on the bus sends an ACK for the address.
 
You can run the following script to enumerate all possible I2C devices, kind of like the i2cdetect command on Linux.  The script works by enumerating each possible I2C address (ignoring a few reserved ones) and checking if any device on the bus sends an ACK for the address.
  
29 918

modifications

Menu de navigation